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

Packages that use BeanPropertyDescriptor
org.apache.axis.encoding.ser   
org.apache.axis.utils   
 

Uses of BeanPropertyDescriptor in org.apache.axis.encoding.ser
 

Fields in org.apache.axis.encoding.ser declared as BeanPropertyDescriptor
protected  BeanPropertyDescriptor[] BeanSerializer.propertyDescriptor
           
 

Methods in org.apache.axis.encoding.ser that return BeanPropertyDescriptor
 BeanPropertyDescriptor BeanDeserializer.getObjectPropertyDesc(QName qname, DeserializationContext context)
           
 

Constructors in org.apache.axis.encoding.ser with parameters of type BeanPropertyDescriptor
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.
 

Uses of BeanPropertyDescriptor in org.apache.axis.utils
 

Methods in org.apache.axis.utils that return BeanPropertyDescriptor
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)
           
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)
           
 



Copyright © 2002 Apache XML Project. All Rights Reserved.