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 Details

    • HandlerChainSortInterceptor

      public HandlerChainSortInterceptor(Binding b)
  • Method Details

    • handleMessage

      public void handleMessage(Message 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