Uses of Interface
org.springframework.aop.framework.AopProxy
Packages that use AopProxy
Package
Description
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
Uses of AopProxy in org.springframework.aop.framework
Methods in org.springframework.aop.framework that return AopProxyModifier and TypeMethodDescriptionAopProxyFactory.createAopProxy
(AdvisedSupport config) Create anAopProxy
for the given AOP configuration.DefaultAopProxyFactory.createAopProxy
(AdvisedSupport config) protected final AopProxy
ProxyCreatorSupport.createAopProxy()
Subclasses should call this to get a new AOP proxy.Methods in org.springframework.aop.framework with parameters of type AopProxy