org.jboss.wsf.spi.invocation
Interface HandlerCallback


public interface HandlerCallback

A handler callback for the EJB21 Invoker

Since:
26-Apr-2007
Author:
Thomas.Diesler@jboss.org

Method Summary
 boolean callFaultHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type, java.lang.Exception ex)
          Handlers are beeing called through the HandlerCallback from the EJB interceptor
 boolean callRequestHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)
          Handlers are beeing called through the HandlerCallback from the EJB interceptor
 boolean callResponseHandlerChain(Invocation wsInv, UnifiedHandlerMetaData.HandlerType type)
          Handlers are beeing called through the HandlerCallback from the EJB interceptor
 

Method Detail

callRequestHandlerChain

boolean callRequestHandlerChain(Invocation wsInv,
                                UnifiedHandlerMetaData.HandlerType type)
Handlers are beeing called through the HandlerCallback from the EJB interceptor


callResponseHandlerChain

boolean callResponseHandlerChain(Invocation wsInv,
                                 UnifiedHandlerMetaData.HandlerType type)
Handlers are beeing called through the HandlerCallback from the EJB interceptor


callFaultHandlerChain

boolean callFaultHandlerChain(Invocation wsInv,
                              UnifiedHandlerMetaData.HandlerType type,
                              java.lang.Exception ex)
Handlers are beeing called through the HandlerCallback from the EJB interceptor



Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.