org.apache.axis.utils
Class BeanUtils
java.lang.Object
org.apache.axis.utils.BeanUtils
public class BeanUtils
extends java.lang.Object
log
protected static Log log
noArgs
public static final Object[] noArgs
getBeanAttributes
public static Vector getBeanAttributes(Class javaType,
TypeDesc typeDesc)
Return a list of properties in the bean which should be attributes
getPd
public static BeanPropertyDescriptor[] getPd(Class javaType)
Create a BeanPropertyDescriptor array for the indicated class.
- an ordered array of properties
getPd
public static BeanPropertyDescriptor[] getPd(Class javaType,
TypeDesc typeDesc)
Create a BeanPropertyDescriptor array for the indicated class.
- an ordered array of properties
processPropertyDescriptors
public static BeanPropertyDescriptor[] processPropertyDescriptors(PropertyDescriptor[] rawPd,
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.
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.