All Implemented Interfaces:
OMElement
All Known Implementing Classes:
SOAPFaultImpl, SOAP11FaultImpl, SOAPFaultImpl, SOAP12FaultImpl, SOAP12FaultImpl, SOAP11FaultImpl
SOAPBody object that contains error and/or status information.
This information may relate to errors in the OMMessage object or to problems that
are not related to the content in the message itself. Problems not related to the message itself
are generally errors in processing, such as the inability to communicate with an upstream
server.
The SOAPFault interface provides methods for retrieving the information contained in
a SOAPFault object and for setting the fault code, the fault actor, and a string
describing the fault. B fault code is one of the codes defined in the SOAP 1.1 specification that
describe the fault. An actor is an intermediate recipient to whom a message was routed. The
message path may include one or more actors, or, if no actors are specified, the message goes
only to the default actor, which is the final intended recipient.
| Method from org.apache.axiom.soap.SOAPFault Summary: |
|---|
| getCode, getDetail, getException, getNode, getReason, getRole, setCode, setDetail, setException, setNode, setReason, setRole |
| Method from org.apache.axiom.soap.SOAPFault Detail: |
|---|
|
|
|
|
|
|
|
|
|
|
|
|