com.sun.xml.ws.rx.message
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
static interface RxMessage.State
           
 
Method Summary
 String getCorrelationId()
          Returns correlation identifier by which this message can be referenced
 RxMessage.State getState()
          Returns serializable state of the message
 byte[] toBytes()
          Returns byte[] representation of the message instance
 

Method Detail

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.