Uses of Class
org.apache.axis.utils.BeanPropertyDescriptor
Packages that use BeanPropertyDescriptor
-
Uses of BeanPropertyDescriptor in org.apache.axis.description
Methods in org.apache.axis.description that return BeanPropertyDescriptorModifier and TypeMethodDescriptionTypeDesc.getAnyContentDescriptor()
TypeDesc.getAnyDesc()
TypeDesc.getPropertyDescriptors()
Get/Cache the property descriptors -
Uses of BeanPropertyDescriptor in org.apache.axis.encoding.ser
Fields in org.apache.axis.encoding.ser declared as BeanPropertyDescriptorModifier and TypeFieldDescriptionprotected BeanPropertyDescriptor[]
BeanSerializer.propertyDescriptor
protected BeanPropertyDescriptor[]
BeanSerializerFactory.propertyDescriptor
Methods in org.apache.axis.encoding.ser that return BeanPropertyDescriptorModifier and TypeMethodDescriptionBeanDeserializer.getAnyPropertyDesc()
Get a BeanPropertyDescriptor which indicates where we should put extensibility elements (i.e.Constructors in org.apache.axis.encoding.ser with parameters of type BeanPropertyDescriptorModifierConstructorDescriptionBeanPropertyTarget
(Object object, BeanPropertyDescriptor pd) This constructor is used for a normal property.BeanPropertyTarget
(Object object, BeanPropertyDescriptor pd, int i) This constructor is used for an indexed property.BeanSerializer
(Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor) -
Uses of BeanPropertyDescriptor in org.apache.axis.utils
Subclasses of BeanPropertyDescriptor in org.apache.axis.utilsMethods in org.apache.axis.utils that return BeanPropertyDescriptorModifier and TypeMethodDescriptionstatic BeanPropertyDescriptor
BeanUtils.getAnyContentPD
(Class javaType) static BeanPropertyDescriptor[]
Create a BeanPropertyDescriptor array for the indicated class.static BeanPropertyDescriptor[]
Create a BeanPropertyDescriptor array for the indicated class.static BeanPropertyDescriptor
BeanUtils.getSpecificPD
(PropertyDescriptor[] pds, String name) static BeanPropertyDescriptor
BeanUtils.getSpecificPD
(BeanPropertyDescriptor[] pds, String name) static BeanPropertyDescriptor[]
BeanUtils.processPropertyDescriptors
(PropertyDescriptor[] rawPd, Class cls) This method attempts to sort the property descriptors using the typeDesc and order defined in the class.static BeanPropertyDescriptor[]
BeanUtils.processPropertyDescriptors
(PropertyDescriptor[] rawPd, Class cls, TypeDesc typeDesc) Methods in org.apache.axis.utils with parameters of type BeanPropertyDescriptorModifier and TypeMethodDescriptionstatic BeanPropertyDescriptor
BeanUtils.getSpecificPD
(BeanPropertyDescriptor[] pds, String name)