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, valueComplete
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
public 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.DeserializerImpl
SAXException
public 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.DeserializerImpl
SAXException
SOAPHandler.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.DeserializerImpl
SAXException
Deserializer.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 ContentHandler
characters
in class org.apache.axis.message.SOAPHandler
SAXException
ContentHandler.characters(char[], int, int)
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.