org.chromattic.cglib
Class MethodInterceptorInvoker
java.lang.Object
org.chromattic.cglib.MethodInterceptorInvoker
- All Implemented Interfaces:
- net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
public class MethodInterceptorInvoker
- extends Object
- implements net.sf.cglib.proxy.MethodInterceptor
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInterceptorInvoker
public MethodInterceptorInvoker()
MethodInterceptorInvoker
public MethodInterceptorInvoker(MethodHandler invoker)
intercept
public Object intercept(Object o,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy)
throws Throwable
- Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
- Throws:
Throwable
Copyright © 2010 eXo Platform SAS. All Rights Reserved.