Class HandlerChainSortInterceptor
- java.lang.Object
-
- org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
-
- org.jboss.wsf.stack.cxf.client.configuration.HandlerChainSortInterceptor
-
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
public class HandlerChainSortInterceptor extends AbstractPhaseInterceptor<Message>
An interceptor for properly sorting handlers, some of which might come from PRE/POST handler chains in the client / endpoint pre-defined configuration.- Since:
- 06-Jun-2012
- Author:
- alessio.soldano@jboss.com
-
-
Constructor Summary
Constructors Constructor Description HandlerChainSortInterceptor(Binding b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleMessage(Message 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
-
HandlerChainSortInterceptor
public HandlerChainSortInterceptor(Binding b)
-
-
Method Detail
-
handleMessage
public void handleMessage(Message 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
-
-