com.sun.xml.ws.rx.message
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)
|
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 |
RxMessageBase
public RxMessageBase(@NotNull
String correlationId)
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.