Class JaxwsMessage

  • All Implemented Interfaces:
    RxMessage

    public class JaxwsMessage
    extends RxMessageBase
    JAX-WS specific application message
    Author:
    Marek Potociar
    • Constructor Detail

      • JaxwsMessage

        public JaxwsMessage​(@NotNull
                            com.sun.xml.ws.api.message.Packet packet,
                            @NotNull
                            String correlationId)
    • Method Detail

      • getJaxwsMessage

        @NotNull
        public com.sun.xml.ws.api.message.Message getJaxwsMessage()
      • getPacket

        @NotNull
        public com.sun.xml.ws.api.message.Packet getPacket()
      • setPacket

        public void setPacket​(com.sun.xml.ws.api.message.Packet newPacket)
      • toBytes

        public byte[] toBytes()
        Description copied from interface: RxMessage
        Returns byte[] representation of the message instance
        Specified by:
        toBytes in interface RxMessage
        Overrides:
        toBytes in class RxMessageBase
        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