org.apache.axis.encoding.ser

Class CalendarDeserializer

public class CalendarDeserializer extends SimpleDeserializer

The CalendarSerializer deserializes a dateTime. 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
CalendarDeserializer(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

CalendarDeserializer

public CalendarDeserializer(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.