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) 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, endElementMethods 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
-
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:
startElementin classSOAPHandler- Throws:
SAXException
-
makeNewElement
public MessageElement makeNewElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws AxisFault - Overrides:
makeNewElementin classSOAPHandler- Throws:
AxisFault
-
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
-