Uses of Interface
org.springframework.aop.framework.AopProxy

Packages that use AopProxy
org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.  
 

Uses of AopProxy in org.springframework.aop.framework
 

Classes in org.springframework.aop.framework that implement AopProxy
 class Cglib2AopProxy
          CGLIB2-based AopProxy implementation for the Spring AOP framework.
(package private)  class JdkDynamicAopProxy
          InvocationHandler implementation for the Spring AOP framework, based on J2SE 1.3+ dynamic proxies.
 

Methods in org.springframework.aop.framework that return AopProxy
 AopProxy AopProxyFactory.createAopProxy(AdvisedSupport advisedSupport)
          Return an AopProxy for the given AdvisedSupport object.
 AopProxy DefaultAopProxyFactory.createAopProxy(AdvisedSupport advisedSupport)
           
protected  AopProxy AdvisedSupport.createAopProxy()
          Subclasses should call this to get a new AOP proxy.
 



Copyright (C) 2003-2004 The Spring Framework Project.