org.ow2.easybeans.api
Interface EasyBeansInvocationContext

All Superinterfaces:
javax.interceptor.InvocationContext

public interface EasyBeansInvocationContext
extends javax.interceptor.InvocationContext

This interfaces adds some methods to the interface that EasyBeans interceptors will have.

Author:
Florent Benoit

Method Summary
 Factory getFactory()
           
 
Methods inherited from interface javax.interceptor.InvocationContext
getContextData, getMethod, getParameters, getTarget, proceed, setParameters
 

Method Detail

getFactory

Factory getFactory()
Returns:
the factory of the Bean


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