| com.sun.jbi.binding.security.SoapFaultError
SoapFaultError | public interface SoapFaultError extends Error(Code) | | author: Sun Microsystems, Inc. |
getFaultActor | String getFaultActor()(Code) | | Gets the 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 fault |
getFaultCode | QName getFaultCode()(Code) | | Gets the 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.
QName of the faultcode element |
getFaultDetail | Detail getFaultDetail()(Code) | | Gets the detail element. The detail element is intended for
carrying application specific error information related to
the SOAP Body.
detail element of the SOAP fault See Also: javax.xml.soap.Detail |
getFaultString | String getFaultString()(Code) | | Gets the faultstring element. The faultstring
provides a human-readable description of the SOAP fault and
is not intended for algorithmic processing.
faultstring element of the SOAP fault |
|
|