Package | Description |
---|---|
org.apache.axis.description | |
org.apache.axis.encoding.ser | |
org.apache.axis.types | |
org.apache.axis.utils |
Modifier and Type | Method and Description |
---|---|
static TypeDesc |
TypeDesc.getTypeDescForClass(Class cls)
Static function for centralizing access to type metadata for a
given class.
|
Modifier and Type | Method and Description |
---|---|
static void |
TypeDesc.registerTypeDescForClass(Class cls,
TypeDesc td)
Static function to explicitly register a type description for
a given class.
|
Modifier and Type | Field and Description |
---|---|
protected TypeDesc |
BeanSerializerFactory.typeDesc |
protected TypeDesc |
BeanSerializer.typeDesc |
protected TypeDesc |
BeanDeserializerFactory.typeDesc
Type metadata about this class for XML deserialization
|
protected TypeDesc |
BeanDeserializer.typeDesc
Type metadata about this class for XML deserialization
|
Modifier and Type | Method and Description |
---|---|
static Map |
BeanDeserializerFactory.getProperties(Class javaType,
TypeDesc typeDesc)
Get a list of the bean properties
|
Constructor and Description |
---|
BeanDeserializer(Class javaType,
QName xmlType,
TypeDesc typeDesc) |
BeanDeserializer(Class javaType,
QName xmlType,
TypeDesc typeDesc,
Map propertyMap) |
BeanSerializer(Class javaType,
QName xmlType,
TypeDesc typeDesc) |
BeanSerializer(Class javaType,
QName xmlType,
TypeDesc typeDesc,
BeanPropertyDescriptor[] propertyDescriptor) |
SimpleDeserializer(Class javaType,
QName xmlType,
TypeDesc typeDesc) |
SimpleListDeserializer(Class javaType,
QName xmlType,
TypeDesc typeDesc) |
SimpleListSerializer(Class javaType,
QName xmlType,
TypeDesc typeDesc) |
SimpleSerializer(Class javaType,
QName xmlType,
TypeDesc typeDesc) |
Modifier and Type | Method and Description |
---|---|
static TypeDesc |
Schema.getTypeDesc()
Return type metadata object
|
static TypeDesc |
Notation.getTypeDesc() |
Modifier and Type | Method and Description |
---|---|
static Vector |
BeanUtils.getBeanAttributes(Class javaType,
TypeDesc typeDesc)
Return a list of properties in the bean which should be attributes
|
static BeanPropertyDescriptor[] |
BeanUtils.getPd(Class javaType,
TypeDesc typeDesc)
Create a BeanPropertyDescriptor array for the indicated class.
|
static BeanPropertyDescriptor[] |
BeanUtils.processPropertyDescriptors(PropertyDescriptor[] rawPd,
Class cls,
TypeDesc typeDesc) |
Copyright © The Apache Software Foundation. All Rights Reserved.