public class BinaryDeserializer_Axis11
extends org.apache.axis.encoding.DeserializerImpl
Serializable objects. The serialized bytes are Base-64 encoded
for transport via SOAP.
This class works only under Axis v1.1.
| Constructor and Description |
|---|
BinaryDeserializer_Axis11() |
| Modifier and Type | Method and Description |
|---|---|
void |
characters(char[] ch,
int start,
int length) |
void |
onEndElement(String arg0,
String arg1,
org.apache.axis.encoding.DeserializationContext arg2) |
void |
onStartElement(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context) |
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.DeserializerImplSAXExceptionSOAPHandler.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.DeserializerImplSAXExceptionDeserializer.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.SOAPHandlerSAXExceptionContentHandler.characters(char[], int, int)Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.