Class SoapOutInterceptor.SoapOutEndingInterceptor

All Implemented Interfaces:
SoapInterceptor, Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>
Enclosing class:
SoapOutInterceptor

public class SoapOutInterceptor.SoapOutEndingInterceptor extends AbstractSoapInterceptor
  • Constructor Details

    • SoapOutEndingInterceptor

      public SoapOutEndingInterceptor()
  • 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