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

Packages that use BeanPropertyDescriptor
org.apache.axis.description   
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.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)
           
static BeanPropertyDescriptor BeanUtils.getSpecificPD(java.beans.PropertyDescriptor[] pds, java.lang.String name)
           
static BeanPropertyDescriptor BeanUtils.getSpecificPD(BeanPropertyDescriptor[] pds, java.lang.String name)
           
 

Methods in org.apache.axis.utils with parameters of type BeanPropertyDescriptor
static BeanPropertyDescriptor BeanUtils.getSpecificPD(BeanPropertyDescriptor[] pds, java.lang.String name)
           
 



Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.