Uses of Interface
org.springframework.aop.framework.AopProxyFactory
Packages that use AopProxyFactory
Package
Description
Package containing Spring's basic AOP infrastructure, compliant with the
 AOP Alliance interfaces.
- 
Uses of AopProxyFactory in org.springframework.aop.frameworkClasses in org.springframework.aop.framework that implement AopProxyFactoryModifier and TypeClassDescriptionclassDefaultAopProxyFactoryimplementation, creating either a CGLIB proxy or a JDK dynamic proxy.Methods in org.springframework.aop.framework that return AopProxyFactoryModifier and TypeMethodDescriptionProxyCreatorSupport.getAopProxyFactory()Return the AopProxyFactory that this ProxyConfig uses.Methods in org.springframework.aop.framework with parameters of type AopProxyFactoryModifier and TypeMethodDescriptionvoidProxyCreatorSupport.setAopProxyFactory(AopProxyFactory aopProxyFactory) Customize the AopProxyFactory, allowing different strategies to be dropped in without changing the core framework.Constructors in org.springframework.aop.framework with parameters of type AopProxyFactoryModifierConstructorDescriptionProxyCreatorSupport(AopProxyFactory aopProxyFactory) Create a new ProxyCreatorSupport instance.