Class JaxwsApplicationMessage

    • Constructor Detail

      • JaxwsApplicationMessage

        public JaxwsApplicationMessage​(@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()
      • 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
      • 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)