Class SoapJMSInInterceptor

All Implemented Interfaces:
SoapInterceptor, Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>

public class SoapJMSInInterceptor extends AbstractSoapInterceptor
  • Field Details

  • Constructor Details

    • SoapJMSInInterceptor

      public SoapJMSInInterceptor()
  • Method Details

    • 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