com.opencloud.slee.resources.mm7
Interface SOAPFault


public interface SOAPFault

Representation of a simple SOAP-level fault. MM7-level status information is carried in subclasses of ErrorResponse.


Method Summary
 java.lang.String getFaultCode()
          Get the SOAP Fault Code.
 java.lang.String getFaultString()
          Get the SOAP Fault String.
 

Method Detail

getFaultCode

java.lang.String getFaultCode()
Get the SOAP Fault Code.

Returns:
the Fault Code excluding SOAP namespace prefix, or null if not present

getFaultString

java.lang.String getFaultString()
Get the SOAP Fault String.

Returns:
the Fault String, or null if not present