Uses of Class org.apache.axis.utils.BeanPropertyDescriptor

Uses in package org.apache.axis.description

Methods with return type org.apache.axis.utils.BeanPropertyDescriptor

BeanPropertyDescriptor
BeanPropertyDescriptor
BeanPropertyDescriptor[]
Get/Cache the property descriptors

Uses in package org.apache.axis.encoding.ser

Constructors with parameter type org.apache.axis.utils.BeanPropertyDescriptor

This constructor is used for a normal property.
This constructor is used for an indexed property.
BeanSerializer.BeanSerializer(Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor)

Fields of type org.apache.axis.utils.BeanPropertyDescriptor

BeanPropertyDescriptor[]
BeanPropertyDescriptor[]

Methods with return type org.apache.axis.utils.BeanPropertyDescriptor

BeanPropertyDescriptor
Get a BeanPropertyDescriptor which indicates where we should put extensibility elements (i.e.

Uses in package org.apache.axis.utils

Classes derived from org.apache.axis.utils.BeanPropertyDescriptor

class

Methods with parameter type org.apache.axis.utils.BeanPropertyDescriptor

BeanPropertyDescriptor

Methods with return type org.apache.axis.utils.BeanPropertyDescriptor

BeanPropertyDescriptor
BeanUtils.getAnyContentPD(Class javaType)
BeanPropertyDescriptor[]
BeanUtils.getPd(Class javaType)
Create a BeanPropertyDescriptor array for the indicated class.
BeanPropertyDescriptor[]
BeanUtils.getPd(Class javaType, TypeDesc typeDesc)
Create a BeanPropertyDescriptor array for the indicated class.
BeanPropertyDescriptor
BeanUtils.getSpecificPD(PropertyDescriptor[] pds, String name)
BeanPropertyDescriptor
BeanPropertyDescriptor[]
BeanUtils.processPropertyDescriptors(PropertyDescriptor[] rawPd, Class cls)
This method attempts to sort the property descriptors using the typeDesc and order defined in the class.
BeanPropertyDescriptor[]
BeanUtils.processPropertyDescriptors(PropertyDescriptor[] rawPd, Class cls, TypeDesc typeDesc)

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.