org.apache.axis.message
Class SOAPFaultBuilder
- Callback
public class SOAPFaultBuilder
Build a Fault body element.
- Sam Ruby (rubys@us.ibm.com)
- Glen Daniels (gdaniels@apache.org)
- Tom Jordahl (tomj@macromedia.com)
void | endElement(String namespace, String localName, DeserializationContext context) - Final call back where we can populate the exception with data.
|
void | onEndChild(String namespace, String localName, DeserializationContext context)
|
SOAPHandler | onStartChild(String namespace, String name, String prefix, Attributes attributes, DeserializationContext context)
|
void | setFaultClass(Class faultClass)
|
void | setValue(Object value, Object hint)
|
void | startElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
|
faultActor
protected String faultActor
faultClass
protected Class faultClass
faultCode
protected QName faultCode
faultData
protected Object faultData
faultDetails
protected Element[] faultDetails
faultNode
protected String faultNode
faultString
protected String faultString
faultSubCode
protected QName[] faultSubCode
endElement
public void endElement(String namespace,
String localName,
DeserializationContext context)
throws SAXException
Final call back where we can populate the exception with data.
- endElement in interface SOAPHandler
setFaultClass
public void setFaultClass(Class faultClass)
setValue
public void setValue(Object value,
Object hint)
- setValue in interface Callback
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.