Package com.sun.xml.ws.rx.message.jaxws
Class JaxwsMessage
- java.lang.Object
-
- com.sun.xml.ws.rx.message.RxMessageBase
-
- com.sun.xml.ws.rx.message.jaxws.JaxwsMessage
-
- All Implemented Interfaces:
RxMessage
public class JaxwsMessage extends RxMessageBase
JAX-WS specific application message- Author:
- Marek Potociar
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJaxwsMessage.JaxwsMessageState-
Nested classes/interfaces inherited from interface com.sun.xml.ws.rx.message.RxMessage
RxMessage.State
-
-
Constructor Summary
Constructors Constructor Description JaxwsMessage(Packet packet, String correlationId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagegetJaxwsMessage()PacketgetPacket()JaxwsMessage.JaxwsMessageStategetState()Returns serializable state of the messageStringgetWsaAction()Returns WS-Addressing action header value - used in ServerTube as a workaround FIXME remove when no longer neededstatic JaxwsMessagenewInstance(InputStream dataStream, String correlationId, String wsaAction)voidsetPacket(Packet newPacket)byte[]toBytes()Returnsbyte[]representation of the message instanceStringtoString()-
Methods inherited from class com.sun.xml.ws.rx.message.RxMessageBase
getCorrelationId
-
-
-
-
Method Detail
-
setPacket
public void setPacket(Packet newPacket)
-
toBytes
public byte[] toBytes()
Description copied from interface:RxMessageReturnsbyte[]representation of the message instance- Specified by:
toBytesin interfaceRxMessage- Overrides:
toBytesin classRxMessageBase- Returns:
byte[]representation of the message instance
-
getWsaAction
public String getWsaAction()
Returns WS-Addressing action header value - used in ServerTube as a workaround FIXME remove when no longer needed- Returns:
- WS-Addressing action header value
-
getState
public JaxwsMessage.JaxwsMessageState getState()
Description copied from interface:RxMessageReturns serializable state of the message- Returns:
- serializable state of the message
-
newInstance
public static JaxwsMessage newInstance(@NotNull InputStream dataStream, @NotNull String correlationId, @NotNull String wsaAction)
-
-