org.apache.axis.encoding.ser
Class Base64Deserializer
- Deserializer, java.io.Serializable, Callback, Deserializer, Deserializer
public class Base64Deserializer
Deserializer for Base64
- Sam Ruby
Modified by @author Rich scheuerle
XML Schema 3.2.16
Base64Deserializer(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 |
Base64Deserializer
public Base64Deserializer(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.