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 Summary
Constructors Constructor Description FilteringInterceptor(FilterType filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(SoapMessage message)Intercepts a message.-
Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
-
-
-
Constructor Detail
-
FilteringInterceptor
public FilteringInterceptor(FilterType filter)
-
-
Method Detail
-
handleMessage
public void handleMessage(SoapMessage message) throws Fault
Description copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.- Throws:
Fault
-
-