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
- 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 -
Method Summary
Modifier and TypeMethodDescriptionReturns correlation identifier by which this message can be referencedbyte[]toBytes()Returnsbyte[]representation of the message instance
-
Constructor Details
-
RxMessageBase
-
-
Method Details
-
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
-
toBytes
public byte[] toBytes()Description copied from interface:RxMessageReturnsbyte[]representation of the message instance
-