Interface HandlerCallback


  • public interface HandlerCallback
    A handler callback for the EJB21 Invoker
    Since:
    26-Apr-2007
    Author:
    Thomas.Diesler@jboss.org
    • Method Detail

      • callRequestHandlerChain

        boolean callRequestHandlerChain​(Invocation wsInv,
                                        UnifiedHandlerMetaData.HandlerType type)
        Handlers are being called through the HandlerCallback from the EJB interceptor
        Parameters:
        wsInv - invocation handler
        type - handler
        Returns:
        true success
      • callResponseHandlerChain

        boolean callResponseHandlerChain​(Invocation wsInv,
                                         UnifiedHandlerMetaData.HandlerType type)
        Handlers are being called through the HandlerCallback from the EJB interceptor
        Parameters:
        wsInv - invocation handler
        type - handler
        Returns:
        true success
      • callFaultHandlerChain

        boolean callFaultHandlerChain​(Invocation wsInv,
                                      UnifiedHandlerMetaData.HandlerType type,
                                      Exception ex)
        Handlers are being called through the HandlerCallback from the EJB interceptor
        Parameters:
        wsInv - invocation handler
        type - handler
        ex - exception
        Returns:
        true success