org.apache.axis.encoding.ser
public class BeanDeserializerFactory extends BaseDeserializerFactory
| Field Summary | |
|---|---|
| protected Map | propertyMap |
| protected TypeDesc | typeDesc Type metadata about this class for XML deserialization |
| Constructor Summary | |
|---|---|
| BeanDeserializerFactory(Class javaType, QName xmlType) | |
| Method Summary | |
|---|---|
| protected Deserializer | getGeneralPurpose(String mechanismType)
Optimize construction of a BeanDeserializer by caching the
type descriptor and property map. |
| static Map | getProperties(Class javaType, TypeDesc typeDesc)
Get a list of the bean properties |