Class RMProperties


  • public class RMProperties
    extends Object
    • Constructor Detail

      • RMProperties

        public RMProperties()
    • Method Detail

      • getMessageNumber

        public long getMessageNumber()
      • isLastMessage

        public boolean isLastMessage()
      • getNamespaceURI

        public String getNamespaceURI()
        Get the WS-ReliableMessaging namespace to be used for encoding and decoding messages.
        Returns:
      • exposeAs

        public void exposeAs​(String uri)
        Set the WS-ReliableMessaging namespace to be used for encoding and decoding messages.
      • getCreatedTime

        public long getCreatedTime()
        Get the initial creation time of this RM properties instance.
        Returns:
        Returns the createdTime.
      • setCreatedTime

        public void setCreatedTime​(long createdTime)
        Set the initial creation time of this RM properties instance.
        Parameters:
        createdTime - The createdTime to set.