Package 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)
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.sun.xml.ws.rx.message.RxMessage
RxMessage.State
-
-
Constructor Summary
Constructors Constructor Description RxMessageBase(String correlationId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCorrelationId()Returns correlation identifier by which this message can be referencedbyte[]toBytes()Returnsbyte[]representation of the message instance
-
-
-
Method Detail
-
getCorrelationId
@NotNull public String getCorrelationId()
Description copied from interface:RxMessageReturns correlation identifier by which this message can be referenced- Specified by:
getCorrelationIdin interfaceRxMessage- Returns:
- correlation identifier by which this message can be referenced
-
-