Interface AddressingProperties


public interface AddressingProperties
Representation of Message Addressing Properties
Since:
1.6
  • Method Details

    • getNamespace

      String getNamespace()
      Returns:
      the namespace URL of the WS-A version.
    • getAction

      String getAction()
      Returns:
      an identifier that uniquely identifies the semantics implied by this message.
    • getTo

      String getTo()
      Returns:
      the destination endpoint URL.
    • getFrom

      Optional<String> getFrom()
      Returns:
      the source endpoint URL.
    • getMessageId

      Optional<String> getMessageId()
      Returns:
      the message identifier
    • getRelatesTo

      Optional<String> getRelatesTo()
      Returns:
      the identifier of the related message.