org.apache.axis.encoding.ser

Class HexDeserializer

public class HexDeserializer extends SimpleDeserializer

Deserializer for hexBinary.

Author: Davanum Srinivas Modified by @author Rich scheuerle

See Also: XML Schema 3.2.16

Constructor Summary
HexDeserializer(Class javaType, QName xmlType)
Method Summary
ObjectmakeValue(String source)
Convert the string that has been accumulated into an Object.

Constructor Detail

HexDeserializer

public HexDeserializer(Class javaType, QName xmlType)

Method Detail

makeValue

public Object makeValue(String source)
Convert the string that has been accumulated into an Object. Subclasses may override this. Note that if the javaType is a primitive, the returned object is a wrapper class.

Parameters: source the serialized value to be deserialized

Throws: Exception any exception thrown by this method will be wrapped

Copyright B) 2005 Apache Web Services Project. All Rights Reserved.