org.apache.axis.encoding.ser

Class Base64Deserializer

public class Base64Deserializer extends SimpleDeserializer

Deserializer for Base64

Author: Sam Ruby Modified by @author Rich scheuerle

See Also: XML Schema 3.2.16

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

Constructor Detail

Base64Deserializer

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