|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.chromattic.cglib.MethodInterceptorInvoker
public class MethodInterceptorInvoker
| Constructor Summary | |
|---|---|
MethodInterceptorInvoker()
|
|
MethodInterceptorInvoker(MethodHandler invoker)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
intercept(java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInterceptorInvoker()
public MethodInterceptorInvoker(MethodHandler invoker)
| Method Detail |
|---|
public java.lang.Object intercept(java.lang.Object o,
java.lang.reflect.Method method,
java.lang.Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy)
throws java.lang.Throwable
intercept in interface net.sf.cglib.proxy.MethodInterceptorjava.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||