org.apache.axis.utils
Class BeanUtils
java.lang.Object
org.apache.axis.utils.BeanUtils
- public class BeanUtils
- extends java.lang.Object
Field Summary |
static java.lang.Object[] |
noArgs
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
noArgs
public static final java.lang.Object[] noArgs
BeanUtils
public BeanUtils()
getPd
public static BeanPropertyDescriptor[] getPd(java.lang.Class javaType)
- Create a BeanPropertyDescriptor array for the indicated class.
- Parameters:
javaType
-
- Returns:
- an ordered array of properties
getPd
public static BeanPropertyDescriptor[] getPd(java.lang.Class javaType,
TypeDesc typeDesc)
- Create a BeanPropertyDescriptor array for the indicated class.
- Parameters:
javaType
- typeDesc
-
- Returns:
- an ordered array of properties
getBeanAttributes
public static java.util.Vector getBeanAttributes(java.lang.Class javaType,
TypeDesc typeDesc)
- Return a list of properties in the bean which should be attributes
processPropertyDescriptors
public static BeanPropertyDescriptor[] 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.
This routine also looks for set(i, type) and get(i) methods and adjusts the
property to use these methods instead. These methods are generated by the
emitter for "collection" of properties (i.e. maxOccurs="unbounded" on an element).
JAX-RPC is silent on this issue, but web services depend on this kind of behaviour.
The method signatures were chosen to match bean indexed properties.
processPropertyDescriptors
public static BeanPropertyDescriptor[] processPropertyDescriptors(java.beans.PropertyDescriptor[] rawPd,
java.lang.Class cls,
TypeDesc typeDesc)
getAnyContentPD
public static BeanPropertyDescriptor getAnyContentPD(java.lang.Class javaType)
getSpecificPD
public static BeanPropertyDescriptor getSpecificPD(java.beans.PropertyDescriptor[] pds,
java.lang.String name)
getSpecificPD
public static BeanPropertyDescriptor getSpecificPD(BeanPropertyDescriptor[] pds,
java.lang.String name)
Copyright © 2003 Apache Web Services Project. A ll Rights Reserved.