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(Object bean, ProxyFactory proxyFactory)
          Subclasses may choose to implement this: for example, to change the interfaces exposed
 



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