public class SOAPFaultDetailsBuilder extends SOAPHandler implements Callback
Modifier and Type | Field and Description |
---|---|
protected SOAPFaultBuilder |
builder |
myElement
Constructor and Description |
---|
SOAPFaultDetailsBuilder(SOAPFaultBuilder builder) |
Modifier and Type | Method and Description |
---|---|
SOAPHandler |
onStartChild(String namespace,
String name,
String prefix,
Attributes attributes,
DeserializationContext context) |
void |
setValue(Object value,
Object hint) |
void |
startElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context) |
characters, endElement, makeNewElement, onEndChild
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
protected SOAPFaultBuilder builder
public SOAPFaultDetailsBuilder(SOAPFaultBuilder builder)
public void startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
startElement
in class SOAPHandler
SAXException
public SOAPHandler onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context) throws SAXException
onStartChild
in class SOAPHandler
SAXException
Copyright © The Apache Software Foundation. All Rights Reserved.