Class MustUnderstandInterceptor

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

public class MustUnderstandInterceptor extends AbstractSoapInterceptor
  • Field Details

  • Constructor Details

    • MustUnderstandInterceptor

      public MustUnderstandInterceptor()
    • MustUnderstandInterceptor

      public MustUnderstandInterceptor(String phase)
  • Method Details

    • handleMessage

      public void handleMessage(SoapMessage soapMessage)
      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.
    • handleFault

      public void handleFault(SoapMessage msg)
      Description copied from interface: Interceptor
      Called for all interceptors (in reverse order) on which handleMessage had been successfully invoked, when normal execution of the chain was aborted for some reason.
      Specified by:
      handleFault in interface Interceptor<SoapMessage>
      Overrides:
      handleFault in class AbstractPhaseInterceptor<SoapMessage>