Class 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 Detail

      • HandlerChainSortInterceptor

        public HandlerChainSortInterceptor​(Binding b)
    • Method Detail

      • 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