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()
           
 

Methods in org.apache.axis.description with parameters of type BeanPropertyDescriptor
 void TypeDesc.setPropertyDescriptors(BeanPropertyDescriptor[] propertyDescriptors)
          Set the property descriptors for this type, for example in a different order
 

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
BeanSerializer(Class javaType, javax.xml.namespace.QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor)
           
BeanPropertyTarget(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.
BeanPropertyTarget(BeanDeserializer beanDeserializer, DeferedBeanConstruction deferedConstruction, BeanPropertyDescriptor pd)
          This constructor is used for a property with defered construction.
 

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(Class javaType)
          Create a BeanPropertyDescriptor array for the indicated class.
static BeanPropertyDescriptor[] BeanUtils.getPd(Class javaType, TypeDesc typeDesc)
          Create a BeanPropertyDescriptor array for the indicated class.
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)
           
static BeanPropertyDescriptor BeanUtils.getAnyContentPD(Class javaType)
           
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.