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(java.lang.Class cls)
Static function for centralizing access to type metadata for a
given class.
|
Modifier and Type | Method and Description |
---|---|
static void |
TypeDesc.registerTypeDescForClass(java.lang.Class cls,
TypeDesc td)
Static function to explicitly register a type description for
a given class.
|
Modifier and Type | Field and Description |
---|---|
protected TypeDesc |
BeanDeserializerFactory.typeDesc
Type metadata about this class for XML deserialization
|
protected TypeDesc |
BeanSerializerFactory.typeDesc |
protected TypeDesc |
BeanSerializer.typeDesc |
protected TypeDesc |
BeanDeserializer.typeDesc
Type metadata about this class for XML deserialization
|
Modifier and Type | Method and Description |
---|---|
static java.util.Map |
BeanDeserializerFactory.getProperties(java.lang.Class javaType,
TypeDesc typeDesc)
Get a list of the bean properties
|
Constructor and Description |
---|
BeanDeserializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc) |
BeanDeserializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc,
java.util.Map propertyMap) |
BeanSerializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc) |
BeanSerializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc,
BeanPropertyDescriptor[] propertyDescriptor) |
SimpleDeserializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc) |
SimpleListDeserializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc) |
SimpleListSerializer(java.lang.Class javaType,
QName xmlType,
TypeDesc typeDesc) |
SimpleSerializer(java.lang.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 java.util.Vector |
BeanUtils.getBeanAttributes(java.lang.Class javaType,
TypeDesc typeDesc)
Return a list of properties in the bean which should be attributes
|
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,
TypeDesc typeDesc) |
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.