Package com.sun.xml.ws.rx.rm.runtime
Class JaxwsApplicationMessage
java.lang.Object
com.sun.xml.ws.rx.message.RxMessageBase
com.sun.xml.ws.rx.rm.runtime.ApplicationMessageBase
com.sun.xml.ws.rx.rm.runtime.JaxwsApplicationMessage
- All Implemented Interfaces:
RxMessage,ApplicationMessage
JAX-WS specific application message
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface com.sun.xml.ws.rx.message.RxMessage
RxMessage.State -
Constructor Summary
ConstructorsConstructorDescriptionJaxwsApplicationMessage(com.sun.xml.ws.api.message.Packet packet, String correlationId) -
Method Summary
Modifier and TypeMethodDescriptioncom.sun.xml.ws.api.message.Messagecom.sun.xml.ws.api.message.PacketgetState()Returns serializable state of the messageReturns WS-Addressing action header value - used in ServerTube as a workaround FIXME remove when no longer neededstatic JaxwsApplicationMessagenewInstance(com.sun.xml.ws.api.message.Packet packet, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) static JaxwsApplicationMessagenewInstance(InputStream dataStream, int initialResendCounterValue, String correlationId, String wsaAction, String sequenceId, long messageNumber) byte[]toBytes()Returnsbyte[]representation of the message instancetoString()Methods inherited from class com.sun.xml.ws.rx.rm.runtime.ApplicationMessageBase
getAcknowledgementData, getMessageNumber, getNextResendCount, getSequenceId, setAcknowledgementData, setSequenceDataMethods inherited from class com.sun.xml.ws.rx.message.RxMessageBase
getCorrelationIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sun.xml.ws.rx.message.RxMessage
getCorrelationId
-
Constructor Details
-
JaxwsApplicationMessage
public JaxwsApplicationMessage(@NotNull com.sun.xml.ws.api.message.Packet packet, @NotNull String correlationId)
-
-
Method Details
-
getJaxwsMessage
@NotNull public com.sun.xml.ws.api.message.Message getJaxwsMessage() -
getPacket
@NotNull public com.sun.xml.ws.api.message.Packet getPacket() -
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
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
Description copied from interface:RxMessageReturns serializable state of the message- Returns:
- serializable state of the message
-
newInstance
public static JaxwsApplicationMessage newInstance(@NotNull InputStream dataStream, int initialResendCounterValue, @NotNull String correlationId, @NotNull String wsaAction, @NotNull String sequenceId, long messageNumber) -
newInstance
public static JaxwsApplicationMessage newInstance(@NotNull com.sun.xml.ws.api.message.Packet packet, int initialResendCounterValue, @NotNull String correlationId, @NotNull String wsaAction, @NotNull String sequenceId, long messageNumber) -
toString
-