org.apache.axis.encoding.ser

Class TimeDeserializer

public class TimeDeserializer extends SimpleDeserializer

The TimeSerializer deserializes a time. Rely on Time of types package

Author: Florent Benoit

Constructor Summary
TimeDeserializer(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

TimeDeserializer

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