Class BinaryDeserializer_Axis11
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.apache.axis.message.SOAPHandler
-
- org.apache.axis.encoding.DeserializerImpl
-
- org.apache.uima.adapter.soap.axis11.BinaryDeserializer_Axis11
-
- All Implemented Interfaces:
Serializable,javax.xml.rpc.encoding.Deserializer,org.apache.axis.encoding.Callback,org.apache.axis.encoding.Deserializer,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class BinaryDeserializer_Axis11 extends org.apache.axis.encoding.DeserializerImplAn Axis deserializer forSerializableobjects. The serialized bytes are Base-64 encoded for transport via SOAP.This class works only under Axis v1.1.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryDeserializer_Axis11()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcharacters(char[] ch, int start, int length)voidonEndElement(String arg0, String arg1, org.apache.axis.encoding.DeserializationContext arg2)voidonStartElement(String namespace, String localName, String prefix, Attributes attributes, org.apache.axis.encoding.DeserializationContext context)voidstartElement(String namespace, String localName, String prefix, Attributes attributes, org.apache.axis.encoding.DeserializationContext context)-
Methods inherited from class org.apache.axis.encoding.DeserializerImpl
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, valueComplete
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Method Detail
-
startElement
public void startElement(String namespace, String localName, String prefix, Attributes attributes, org.apache.axis.encoding.DeserializationContext context) throws SAXException
- Specified by:
startElementin interfaceorg.apache.axis.encoding.Deserializer- Overrides:
startElementin classorg.apache.axis.encoding.DeserializerImpl- Throws:
SAXException
-
onStartElement
public void onStartElement(String namespace, String localName, String prefix, Attributes attributes, org.apache.axis.encoding.DeserializationContext context) throws SAXException
- Specified by:
onStartElementin interfaceorg.apache.axis.encoding.Deserializer- Overrides:
onStartElementin classorg.apache.axis.encoding.DeserializerImpl- Throws:
SAXException- See Also:
SOAPHandler.onStartChild(String, String, String, Attributes, DeserializationContext)
-
onEndElement
public void onEndElement(String arg0, String arg1, org.apache.axis.encoding.DeserializationContext arg2) throws SAXException
- Specified by:
onEndElementin interfaceorg.apache.axis.encoding.Deserializer- Overrides:
onEndElementin classorg.apache.axis.encoding.DeserializerImpl- Throws:
SAXException- See Also:
Deserializer.onEndElement(java.lang.String, java.lang.String, org.apache.axis.encoding.DeserializationContext)
-
characters
public void characters(char[] ch, int start, int length) throws SAXException- Specified by:
charactersin interfaceContentHandler- Overrides:
charactersin classorg.apache.axis.message.SOAPHandler- Throws:
SAXException- See Also:
ContentHandler.characters(char[], int, int)
-
-