Interface RxMessage

All Known Subinterfaces:
ApplicationMessage
All Known Implementing Classes:
ApplicationMessageBase, JaxwsApplicationMessage, JaxwsMessage, RxMessageBase

public interface RxMessage
Protocol-independent abstraction over message/packet
Author:
Marek Potociar (marek.potociar at sun.com)
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns correlation identifier by which this message can be referenced
    Returns serializable state of the message
    byte[]
    Returns byte[] representation of the message instance
  • Method Details

    • getCorrelationId

      String getCorrelationId()
      Returns correlation identifier by which this message can be referenced
      Returns:
      correlation identifier by which this message can be referenced
    • toBytes

      byte[] toBytes()
      Returns byte[] representation of the message instance
      Returns:
      byte[] representation of the message instance
    • getState

      RxMessage.State getState()
      Returns serializable state of the message
      Returns:
      serializable state of the message