Uses of Class
org.springframework.aop.framework.ProxyFactory

Packages that use ProxyFactory
org.springframework.aop.framework.autoproxy Bean post-processors for use in ApplicationContexts to simplify AOP usage by automatically creating AOP proxies without the need to use a ProxyFactoryBean. 
 

Uses of ProxyFactory in org.springframework.aop.framework.autoproxy
 

Methods in org.springframework.aop.framework.autoproxy with parameters of type ProxyFactory
protected  void AbstractAutoProxyCreator.customizeProxyFactory(ProxyFactory proxyFactory)
          Subclasses may choose to implement this: for example, to change the interfaces exposed.
 



Copyright (c) 2002-2007 The Spring Framework Project.