org.ow2.easybeans.api
Interface EasyBeansInterceptor

All Known Subinterfaces:
NamingInterceptor

public interface EasyBeansInterceptor

This interface will be implemented by all EasyBeans interceptors.

Author:
Florent Benoit

Method Summary
 Object intercept(EasyBeansInvocationContext invocationContext)
          Defines the interceptor schema of EasyBeans interceptors.
 

Method Detail

intercept

Object intercept(EasyBeansInvocationContext invocationContext)
                 throws Exception
Defines the interceptor schema of EasyBeans interceptors.

Parameters:
invocationContext - context with useful attributes on the current invocation
Returns:
result of the next invocation (to chain interceptors)
Throws:
Exception - if interceptor fails


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.