QNameDeserializerpublic class QNameDeserializer extends SimpleDeserializer The DateSerializer deserializes a Date. Much of the work is done in the
base class. |
Fields Summary |
---|
private org.apache.axis.encoding.DeserializationContext | context |
Constructors Summary |
---|
public QNameDeserializer(Class javaType, QName xmlType)The Deserializer is constructed with the xmlType and
javaType
super(javaType, xmlType);
|
|