org.apache.axis.encoding.ser
Class HexDeserializer
- Deserializer, java.io.Serializable, Callback, Deserializer, Deserializer
public class HexDeserializer
Deserializer for hexBinary.
- Davanum Srinivas
Modified by @author Rich scheuerle
XML Schema 3.2.16
HexDeserializer(Class javaType, QName xmlType) - The Deserializer is constructed with the xmlType and
javaType (which could be a java primitive like int.class)
|
Object | makeValue(String source) - Convert the string that has been accumulated into an Object.
|
addChildDeserializer , componentsReady , endElement , getDefaultType , getMechanismType , getValue , getValue , getValueTargets , moveValueTargets , onEndElement , onStartChild , onStartElement , registerValueTarget , removeValueTargets , setChildValue , setDefaultType , setValue , setValue , startElement , valueComplete |
HexDeserializer
public HexDeserializer(Class javaType,
QName xmlType)
The Deserializer is constructed with the xmlType and
javaType (which could be a java primitive like int.class)
makeValue
public Object makeValue(String source)
throws Exception
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.
- makeValue in interface SimpleDeserializer
source
- the serialized value to be deserialized
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.