org.apache.axis.encoding.ser
public class BeanDeserializerFactory extends BaseDeserializerFactory
Modifier and Type | Field and Description |
---|---|
protected java.util.Map |
propertyMap |
protected TypeDesc |
typeDesc
Type metadata about this class for XML deserialization
|
deserClass, deserClassConstructor, getDeserializer, javaType, log, xmlType
Constructor and Description |
---|
BeanDeserializerFactory(java.lang.Class javaType,
QName xmlType) |
Modifier and Type | Method and Description |
---|---|
protected Deserializer |
getGeneralPurpose(java.lang.String mechanismType)
Optimize construction of a BeanDeserializer by caching the
type descriptor and property map.
|
static java.util.Map |
getProperties(java.lang.Class javaType,
TypeDesc typeDesc)
Get a list of the bean properties
|
createFactory, getDeserClassConstructor, getDeserializerAs, getGetDeserializer, getSpecialized, getSupportedMechanismTypes
getMethod
protected transient TypeDesc typeDesc
protected transient java.util.Map propertyMap
public BeanDeserializerFactory(java.lang.Class javaType, QName xmlType)
public static java.util.Map getProperties(java.lang.Class javaType, TypeDesc typeDesc)
protected Deserializer getGeneralPurpose(java.lang.String mechanismType)
getGeneralPurpose
in class BaseDeserializerFactory
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.