org.apache.axis.encoding.ser

Class DateDeserializer

public class DateDeserializer extends SimpleDeserializer

The DateSerializer deserializes a Date. Much of the work is done in the base class.

Author: Sam Ruby (rubys@us.ibm.com) Modified for JAX-RPC @author Rich Scheuerle (scheu@us.ibm.com)

Constructor Summary
DateDeserializer(Class javaType, QName xmlType)
The Deserializer is constructed with the xmlType and javaType
Method Summary
ObjectmakeValue(String source)
The simple deserializer provides most of the stuff.

Constructor Detail

DateDeserializer

public DateDeserializer(Class javaType, QName xmlType)
The Deserializer is constructed with the xmlType and javaType

Method Detail

makeValue

public Object makeValue(String source)
The simple deserializer provides most of the stuff. We just need to override makeValue().
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.