public class BinaryDeserializer
extends org.apache.axis.encoding.DeserializerImpl
Serializable objects. The serialized bytes are Base-64 encoded
for transport via SOAP.| Constructor and Description |
|---|
BinaryDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length)
Characters.
|
void |
onEndElement(String arg0,
String arg1,
org.apache.axis.encoding.DeserializationContext arg2)
On end element.
|
void |
onStartElement(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context)
On start element.
|
void |
startElement(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context) |
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, valueCompleteendDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningpublic void startElement(String namespace, String localName, String prefix, Attributes attributes, org.apache.axis.encoding.DeserializationContext context) throws SAXException
startElement in class org.apache.axis.encoding.DeserializerImplSAXExceptionpublic void onStartElement(String namespace, String localName, String prefix, Attributes attributes, org.apache.axis.encoding.DeserializationContext context) throws SAXException
onStartElement in class org.apache.axis.encoding.DeserializerImplnamespace - the namespacelocalName - the local nameprefix - the prefixattributes - the attributescontext - the contextSAXException - the SAX exceptionSOAPHandler.onStartChild(String, String, String, Attributes, DeserializationContext)public void onEndElement(String arg0, String arg1, org.apache.axis.encoding.DeserializationContext arg2) throws SAXException
onEndElement in class org.apache.axis.encoding.DeserializerImplarg0 - the arg 0arg1 - the arg 1arg2 - the arg 2SAXException - the SAX exceptionDeserializer.onEndElement(java.lang.String, java.lang.String,
org.apache.axis.encoding.DeserializationContext)public void characters(char[] ch,
int start,
int length)
throws SAXException
characters in interface ContentHandlercharacters in class org.apache.axis.message.SOAPHandlerch - the chstart - the startlength - the lengthSAXException - the SAX exceptionContentHandler.characters(char[], int, int)Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.