org.ow2.easybeans.api.interceptor
Interface EZBInterceptorInvoker
public interface EZBInterceptorInvoker
Invokers will call interceptors of a given bean.
- Author:
- Florent Benoit
invoke
Object invoke(EasyBeansInvocationContext invocationContext,
EZBInterceptorManager interceptorManager)
throws Exception
- Invocation of the given invoker and it will return a result (or throw an exception if there is a failure).
- Parameters:
invocationContext - the invocation context for the given invocationinterceptorManager - the manager of interceptors (in order to ask instance of intereptors)
- Returns:
- the invocation result
- Throws:
Exception - if there is a failure
Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.