com.sun.xml.ws.rx.message
Class RxMessageBase

java.lang.Object
  extended by 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)

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.xml.ws.rx.message.RxMessage
RxMessage.State
 
Constructor Summary
RxMessageBase(String correlationId)
           
 
Method Summary
 String getCorrelationId()
          Returns correlation identifier by which this message can be referenced
 byte[] toBytes()
          Returns byte[] representation of the message instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sun.xml.ws.rx.message.RxMessage
getState
 

Constructor Detail

RxMessageBase

public RxMessageBase(@NotNull
                     String correlationId)
Method Detail

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


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