Interface SOAPFaultRole

All Superinterfaces:
OMContainer, OMElement, OMInformationItem, OMNamedInformationItem, OMNode, OMSerializable

public interface SOAPFaultRole extends OMElement
The Role element information item identifies the role the node was operating in at the point the fault occurred.

The Role element information item has: A [local name] of Role . A [namespace name] of http://www.w3.org/2003/05/soap-envelope .

  • Method Details

    • setRoleValue

      void setRoleValue(String uri)
      The value of the Role element information item MUST be one of the roles assumed by the node during processing of the message
      Parameters:
      uri -
    • getRoleValue

      String getRoleValue()