Uses of Class
org.apache.axis.utils.BeanPropertyDescriptor
-
Packages that use BeanPropertyDescriptor Package Description org.apache.axis.description org.apache.axis.encoding.ser org.apache.axis.utils -
-
Uses of BeanPropertyDescriptor in org.apache.axis.description
Methods in org.apache.axis.description that return BeanPropertyDescriptor Modifier and Type Method Description BeanPropertyDescriptorTypeDesc. getAnyContentDescriptor()BeanPropertyDescriptorTypeDesc. getAnyDesc()BeanPropertyDescriptor[]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 BeanPropertyDescriptor Modifier and Type Field Description protected BeanPropertyDescriptor[]BeanSerializer. propertyDescriptorprotected BeanPropertyDescriptor[]BeanSerializerFactory. propertyDescriptorMethods in org.apache.axis.encoding.ser that return BeanPropertyDescriptor Modifier and Type Method Description BeanPropertyDescriptorBeanDeserializer. 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 BeanPropertyDescriptor Constructor Description BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd)This constructor is used for a normal property.BeanPropertyTarget(java.lang.Object object, BeanPropertyDescriptor pd, int i)This constructor is used for an indexed property.BeanSerializer(java.lang.Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor) -
Uses of BeanPropertyDescriptor in org.apache.axis.utils
Subclasses of BeanPropertyDescriptor in org.apache.axis.utils Modifier and Type Class Description classFieldPropertyDescriptorMethods in org.apache.axis.utils that return BeanPropertyDescriptor Modifier and Type Method Description static BeanPropertyDescriptorBeanUtils. getAnyContentPD(java.lang.Class javaType)static BeanPropertyDescriptor[]BeanUtils. getPd(java.lang.Class javaType)Create a BeanPropertyDescriptor array for the indicated class.static BeanPropertyDescriptor[]BeanUtils. getPd(java.lang.Class javaType, TypeDesc typeDesc)Create a BeanPropertyDescriptor array for the indicated class.static BeanPropertyDescriptorBeanUtils. getSpecificPD(java.beans.PropertyDescriptor[] pds, java.lang.String name)static BeanPropertyDescriptorBeanUtils. getSpecificPD(BeanPropertyDescriptor[] pds, java.lang.String name)static BeanPropertyDescriptor[]BeanUtils. processPropertyDescriptors(java.beans.PropertyDescriptor[] rawPd, java.lang.Class cls)This method attempts to sort the property descriptors using the typeDesc and order defined in the class.static BeanPropertyDescriptor[]BeanUtils. processPropertyDescriptors(java.beans.PropertyDescriptor[] rawPd, java.lang.Class cls, TypeDesc typeDesc)Methods in org.apache.axis.utils with parameters of type BeanPropertyDescriptor Modifier and Type Method Description static BeanPropertyDescriptorBeanUtils. getSpecificPD(BeanPropertyDescriptor[] pds, java.lang.String name)
-