Class WSAddressingContext

  • All Implemented Interfaces:
    Iterable<org.opensaml.messaging.context.BaseContext>

    public class WSAddressingContext
    extends org.opensaml.messaging.context.BaseContext
    A subcontext that carries information related to WS-Addressing processing.
    • Field Detail

      • 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 Detail

      • WSAddressingContext

        public WSAddressingContext()
    • Method Detail

      • 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