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 $

Field Summary
 static MethodEQUALS_METHOD
           

Method Summary
 static Class[]completeProxiedInterfaces(AdvisedSupport advised)
          Get complete set of interfaces to proxy.
 static booleanequalsInProxy(AdvisedSupport a, AdvisedSupport b)
          Note the same as equality of the AdvisedSupport objects.
 static ObjectinvokeJoinpointUsingReflection(Object target, Method m, Object[] args)
          Invoke the target directly via reflection.

Field Detail

EQUALS_METHOD

public static Method EQUALS_METHOD
Method Detail

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.

Association Links

to Class java.lang.reflect.Method