|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.aop.framework.AopProxyUtils
Miscellaneous utilities for AOP proxies
Constructor Summary | |
AopProxyUtils()
|
Method Summary | |
static java.lang.Class[] |
completeProxiedInterfaces(AdvisedSupport advised)
Get complete set of interfaces to proxy. |
static boolean |
equalsInProxy(AdvisedSupport a,
AdvisedSupport b)
Note the same as equality of the AdvisedSupport objects. |
static java.lang.Object |
invokeJoinpointUsingReflection(java.lang.Object target,
java.lang.reflect.Method m,
java.lang.Object[] args)
Invoke the target directly via reflection. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AopProxyUtils()
Method Detail |
public static java.lang.Class[] completeProxiedInterfaces(AdvisedSupport advised)
public static java.lang.Object invokeJoinpointUsingReflection(java.lang.Object target, java.lang.reflect.Method m, java.lang.Object[] args) throws java.lang.Throwable
java.lang.Throwable
public static boolean equalsInProxy(AdvisedSupport a, AdvisedSupport b)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |