Package org.apache.axis.message
Class EnvelopeBuilder
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.axis.message.SOAPHandler
org.apache.axis.message.EnvelopeBuilder
- All Implemented Interfaces:
ContentHandler,DTDHandler,EntityResolver,ErrorHandler
The EnvelopeBuilder is responsible for parsing the top-level
SOAP envelope stuff (Envelope, Body, Header), and spawning off
HeaderBuilder and BodyBuilders.
- Author:
- Glen Daniels (gdaniels@allaire.com), Andras Avar (andras.avar@nokia.com)
-
Field Summary
Fields inherited from class org.apache.axis.message.SOAPHandler
myElement -
Constructor Summary
ConstructorsConstructorDescriptionEnvelopeBuilder(String messageType, SOAPConstants soapConstants) EnvelopeBuilder(SOAPEnvelope env, String messageType) -
Method Summary
Modifier and TypeMethodDescriptionvoidendElement(String namespace, String localName, DeserializationContext context) voidonEndChild(String namespace, String localName, DeserializationContext context) onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) voidstartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Methods inherited from class org.apache.axis.message.SOAPHandler
characters, makeNewElementMethods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.xml.sax.ContentHandler
declaration
-
Constructor Details
-
EnvelopeBuilder
-
EnvelopeBuilder
-
-
Method Details
-
getEnvelope
-
startElement
public void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException - Overrides:
startElementin classSOAPHandler- Throws:
SAXException
-
onStartChild
public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException - Overrides:
onStartChildin classSOAPHandler- Throws:
SAXException
-
onEndChild
- Overrides:
onEndChildin classSOAPHandler
-
endElement
public void endElement(String namespace, String localName, DeserializationContext context) throws SAXException - Overrides:
endElementin classSOAPHandler- Throws:
SAXException
-