| Frames | No Frames |
Methods with parameter type org.apache.axis.description.TypeDesc | |
| Vector | Return a list of properties in the bean which should be attributes
|
| BeanPropertyDescriptor[] | Create a BeanPropertyDescriptor array for the indicated class. |
| BeanPropertyDescriptor[] | |
Constructors with parameter type org.apache.axis.description.TypeDesc | |
BeanDeserializer.BeanDeserializer(Class javaType, QName xmlType, TypeDesc typeDesc, Map propertyMap) | |
BeanSerializer.BeanSerializer(Class javaType, QName xmlType, TypeDesc typeDesc, BeanPropertyDescriptor[] propertyDescriptor) | |
Fields of type org.apache.axis.description.TypeDesc | |
| TypeDesc | Type metadata about this class for XML deserialization |
| TypeDesc | Type metadata about this class for XML deserialization |
| TypeDesc | |
| TypeDesc | |
Methods with parameter type org.apache.axis.description.TypeDesc | |
| Map | Get a list of the bean properties
|
Methods with return type org.apache.axis.description.TypeDesc | |
| TypeDesc | |
| TypeDesc | Return type metadata object
|
Methods with parameter type org.apache.axis.description.TypeDesc | |
| void | Static function to explicitly register a type description for
a given class. |
Methods with return type org.apache.axis.description.TypeDesc | |
| TypeDesc | TypeDesc.getTypeDescForClass(Class cls) Static function for centralizing access to type metadata for a
given class. |