Interface Fault

All Superinterfaces:
SOAPObject, XMLObject
All Known Implementing Classes:
FaultImpl

public interface Fault extends SOAPObject
SOAP 1.1 Fault.
  • Field Details

    • DEFAULT_ELEMENT_LOCAL_NAME

      static final String DEFAULT_ELEMENT_LOCAL_NAME
      Element local name.
      See Also:
    • DEFAULT_ELEMENT_NAME

      static final QName DEFAULT_ELEMENT_NAME
      Default element name.
    • TYPE_LOCAL_NAME

      static final String TYPE_LOCAL_NAME
      Local name of the XSI type.
      See Also:
    • TYPE_NAME

      static final QName TYPE_NAME
      QName of the XSI type.
  • Method Details

    • getCode

      @Nullable FaultCode getCode()
      Gets the fault code for this fault.
      Returns:
      the fault code for this fault
    • setCode

      void setCode(@Nullable FaultCode newFaultCode)
      Sets the fault code for this fault.
      Parameters:
      newFaultCode - the fault code for this fault
    • getMessage

      @Nullable FaultString getMessage()
      Gets the fault string for this fault.
      Returns:
      the fault string for this fault
    • setMessage

      void setMessage(@Nullable FaultString newMessage)
      Sets the fault string for this fault.
      Parameters:
      newMessage - the fault string for this fault
    • getActor

      @Nullable FaultActor getActor()
      Gets the URI of the fault actor for this fault.
      Returns:
      the URI of the fault actor for this fault
    • setActor

      void setActor(@Nullable FaultActor newActor)
      Sets the URI of the fault actor for this fault.
      Parameters:
      newActor - the URI of the fault actor for this fault
    • getDetail

      @Nullable Detail getDetail()
      Gets details of this fault.
      Returns:
      details of this fault
    • setDetail

      void setDetail(@Nullable Detail newDetail)
      Sets details of this fault.
      Parameters:
      newDetail - details of this fault