public class PACLInvocationHandler
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Constructor and Description |
|---|
PACLInvocationHandler(java.lang.reflect.InvocationHandler invocationHandler) |
PACLInvocationHandler(java.lang.reflect.InvocationHandler invocationHandler,
org.springframework.aop.framework.AdvisedSupport advisedSupport) |
public PACLInvocationHandler(java.lang.reflect.InvocationHandler invocationHandler)
public PACLInvocationHandler(java.lang.reflect.InvocationHandler invocationHandler,
org.springframework.aop.framework.AdvisedSupport advisedSupport)
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] arguments)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerjava.lang.Throwableprotected java.lang.Object doInvoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] arguments)
throws java.lang.Throwable
java.lang.Throwable