Package org.apache.axis.message
Class SOAPFaultDetailsBuilder
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.axis.message.SOAPHandler
org.apache.axis.message.SOAPFaultDetailsBuilder
- All Implemented Interfaces:
Callback
,ContentHandler
,DTDHandler
,EntityResolver
,ErrorHandler
Handle deserializing fault details.
- Author:
- Glen Daniels (gdaniels@apache.org), Tom Jordahl (tomj@macromedia.com)
-
Field Summary
FieldsFields inherited from class org.apache.axis.message.SOAPHandler
myElement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononStartChild
(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context) void
void
startElement
(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) Methods inherited from class org.apache.axis.message.SOAPHandler
characters, endElement, makeNewElement, onEndChild
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
-
builder
-
-
Constructor Details
-
SOAPFaultDetailsBuilder
-
-
Method Details
-
startElement
public void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException - Overrides:
startElement
in classSOAPHandler
- Throws:
SAXException
-
onStartChild
public SOAPHandler onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context) throws SAXException - Overrides:
onStartChild
in classSOAPHandler
- Throws:
SAXException
-
setValue
-