| Modifier and Type | Method and Description |
|---|---|
String |
getFaultActor()
Gets the
faultactor element. |
QName |
getFaultCode()
Gets the
faultcode element. |
Detail |
getFaultDetail()
Gets the detail element.
|
String |
getFaultString()
Gets the
faultstring element. |
getCause, getCode, getContext, getLongDescription, getShortDescription, isFatalQName getFaultCode()
faultcode element. The faultcode
element provides an algorithmic mechanism for identifying the
fault. The fault codes for WS-Security are defined in Section 12 of
the WS-Security Specification.String getFaultString()
faultstring element. The faultstring
provides a human-readable description of the SOAP fault and
is not intended for algorithmic processing.String getFaultActor()
faultactor element. The faultactor
element provides information about which SOAP node on the
SOAP message path caused the fault to happen. It indicates
the source of the fault.faultactor element of the SOAP faultCopyright © 2011-2016 OpenESB Community. All Rights Reserved.