Class FilteringInterceptor

java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<SoapMessage>
org.apache.cxf.ws.eventing.backend.notification.FilteringInterceptor
All Implemented Interfaces:
Interceptor<SoapMessage>, PhaseInterceptor<SoapMessage>

public class FilteringInterceptor extends AbstractPhaseInterceptor<SoapMessage>
  • Constructor Details

    • FilteringInterceptor

      public FilteringInterceptor(FilterType filter)
  • 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