public class Base64Deserializer extends SimpleDeserializer
cacheStringDSer, cacheXMLType, context, javaType, STRING_CLASS, xmlType
componentsReadyFlag, defaultType, id, isEnded, isHref, isNil, log, targets, value
myElement
Constructor and Description |
---|
Base64Deserializer(java.lang.Class javaType,
QName xmlType) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
makeValue(java.lang.String source)
Convert the string that has been accumulated into an Object.
|
characters, onEndElement, onStartChild, onStartElement, reset, setConstructor
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElement, valueComplete
makeNewElement, onEndChild
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public Base64Deserializer(java.lang.Class javaType, QName xmlType)
public java.lang.Object makeValue(java.lang.String source) throws java.lang.Exception
makeValue
in class SimpleDeserializer
source
- the serialized value to be deserializedjava.lang.Exception
- any exception thrown by this method will be wrappedCopyright ? 2005 Apache Web Services Project. All Rights Reserved.