Class RMSoapOutInterceptor

    • Field Detail

      • jaxbContext

        protected static javax.xml.bind.JAXBContext jaxbContext
    • Constructor Detail

      • RMSoapOutInterceptor

        public RMSoapOutInterceptor()
        Constructor.
    • Method Detail

      • handleMessage

        public void handleMessage​(SoapMessage message)
                           throws Fault
        Description copied from interface: Interceptor
        Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
        Throws:
        Fault
      • encode

        public static void encode​(SoapMessage message,
                                  RMProperties rmps)
        Encode the current RM properties in protocol-specific headers.
        Parameters:
        message - the SOAP message.
        rmps - the current RM properties.
      • encodeFault

        public static void encodeFault​(SoapMessage message,
                                       SequenceFault sf)
        Encode the SequenceFault in protocol-specific header.
        Parameters:
        message - the SOAP message.
        sf - the SequenceFault.