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

Packages that use BeanPropertyDescriptor
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
 BeanPropertyDescriptor TypeDesc.getAnyDesc()
           
 BeanPropertyDescriptor[] TypeDesc.getPropertyDescriptors()
          Get/Cache the property descriptors
 BeanPropertyDescriptor TypeDesc.getAnyContentDescriptor()
           
 

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

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

Methods in org.apache.axis.encoding.ser that return BeanPropertyDescriptor
 BeanPropertyDescriptor BeanDeserializer.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
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
 class FieldPropertyDescriptor
           
 

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)
          Create a BeanPropertyDescriptor array for the indicated class.
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)
           
static BeanPropertyDescriptor BeanUtils.getAnyContentPD(java.lang.Class javaType)
           
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.