Uses of Interface
org.springframework.aop.framework.AopProxy
Package
Description
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
-
Uses of AopProxy in org.springframework.aop.framework
Modifier 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.