Package org.apache.axis.message
Class BodyBuilder
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.axis.message.SOAPHandler
org.apache.axis.message.BodyBuilder
- All Implemented Interfaces:
ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
-
Field Summary
FieldsFields inherited from class org.apache.axis.message.SOAPHandler
myElement
-
Method Summary
Modifier and TypeMethodDescriptionmakeNewElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
onEndChild
(String namespace, String localName, DeserializationContext context) onStartChild
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) void
startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Methods inherited from class org.apache.axis.message.SOAPHandler
characters, endElement
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.xml.sax.ContentHandler
declaration
-
Field Details
-
log
protected static org.apache.commons.logging.Log log
-
-
Method Details
-
startElement
public void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException - Overrides:
startElement
in classSOAPHandler
- Throws:
SAXException
-
makeNewElement
public MessageElement makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws AxisFault - Overrides:
makeNewElement
in classSOAPHandler
- Throws:
AxisFault
-
onStartChild
public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException - Overrides:
onStartChild
in classSOAPHandler
- Throws:
SAXException
-
onEndChild
- Overrides:
onEndChild
in classSOAPHandler
-