Class WSAddressingContext

java.lang.Object
org.opensaml.messaging.context.BaseContext
org.opensaml.soap.wsaddressing.messaging.WSAddressingContext
All Implemented Interfaces:
Iterable<BaseContext>

public class WSAddressingContext extends BaseContext
A subcontext that carries information related to WS-Addressing processing.
  • Field Details

    • actionURI

      private String actionURI
      The Action URI value.
    • faultActionURI

      private String faultActionURI
      The Fault Action URI value.
    • messageIDURI

      private String messageIDURI
      The MessageID URI value.
    • relatesToURI

      private String relatesToURI
      The RelatesTo URI value.
    • relatesToRelationshipType

      private String relatesToRelationshipType
      The RelatesTo RelationshipType attribute value.
  • Constructor Details

    • WSAddressingContext

      public WSAddressingContext()
  • Method Details

    • getActionURI

      public String getActionURI()
      Get the Action URI value.
      Returns:
      the action URI.
    • setActionURI

      public void setActionURI(String uri)
      Set the Action URI value.
      Parameters:
      uri - the new Action URI value
    • getFaultActionURI

      public String getFaultActionURI()
      Get the Fault Action URI value.
      Returns:
      the fault action URI.
    • setFaultActionURI

      public void setFaultActionURI(String uri)
      Set the Fault Action URI value.
      Parameters:
      uri - the new Fault Action URI value
    • getMessageIDURI

      public String getMessageIDURI()
      Get the MessageID URI value.
      Returns:
      the MessageID URI
    • setMessageIDURI

      public void setMessageIDURI(String uri)
      Set the MessageID URI value.
      Parameters:
      uri - the new MessageID URI value
    • getRelatesToURI

      public String getRelatesToURI()
      Get the RelatesTo URI value.
      Returns:
      the RelatesTo URI
    • setRelatesToURI

      public void setRelatesToURI(String uri)
      Set the RelatesTo URI value.
      Parameters:
      uri - the RelatesTo URI value
    • getRelatesToRelationshipType

      public String getRelatesToRelationshipType()
      Get the RelatesTo RelationshipType attribute value.
      Returns:
      the RelatesTo RelationshipType attribute value
    • setRelatesToRelationshipType

      public void setRelatesToRelationshipType(String value)
      Get the RelatesTo RelationshipType attribute value.
      Parameters:
      value - the RelatesTo RelationshipType attribute value