org.springframework.aop.framework
Class AopProxyUtils
- public abstract class AopProxyUtils
- Author:
- Rod Johnson
- Version: $Id: AopProxyUtils.java,v 1.3 2003/12/30 01:07:10 jhoeller Exp $
EQUALS_METHOD
public static Method EQUALS_METHOD
completeProxiedInterfaces
public static Class[] completeProxiedInterfaces(AdvisedSupport advised)
- Get complete set of interfaces to proxy. This will always add the ProxyConfig interface.
- Returns: the complete set of interfaces to proxy
equalsInProxy
public static boolean equalsInProxy(AdvisedSupport a, AdvisedSupport b)
- Note the same as equality of the AdvisedSupport objects.
invokeJoinpointUsingReflection
public static Object invokeJoinpointUsingReflection(Object target, Method m, Object[] args)
throws java.lang.Throwable
- Invoke the target directly via reflection.
to Class java.lang.reflect.Method