Class RxMessageBase

java.lang.Object
com.sun.xml.ws.rx.message.RxMessageBase
All Implemented Interfaces:
RxMessage
Direct Known Subclasses:
ApplicationMessageBase, JaxwsMessage

public abstract class RxMessageBase extends Object implements RxMessage
Author:
Marek Potociar (marek.potociar at sun.com)
  • Constructor Details

  • Method Details

    • getCorrelationId

      @NotNull public String getCorrelationId()
      Description copied from interface: RxMessage
      Returns correlation identifier by which this message can be referenced
      Specified by:
      getCorrelationId in interface RxMessage
      Returns:
      correlation identifier by which this message can be referenced
    • toBytes

      public byte[] toBytes()
      Description copied from interface: RxMessage
      Returns byte[] representation of the message instance
      Specified by:
      toBytes in interface RxMessage
      Returns:
      byte[] representation of the message instance