Package org.apache.webbeans.proxy
Interface InterceptorHandler
-
- All Known Implementing Classes:
DecoratorHandler,DefaultInterceptorHandler
public interface InterceptorHandlerAn InterceptorHandler can be used to dynamically invoke methods on an internally stored target instance.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Objectinvoke(Method method, Object[] args)This method will get called whenever the proxy of the intercepted instance will get invoked.
-