Package | Description |
---|---|
org.springframework.aop.framework |
Package containing Spring's basic AOP infrastructure, compliant with the
AOP Alliance interfaces.
|
Modifier and Type | Method and Description |
---|---|
protected AopProxy |
ProxyCreatorSupport.createAopProxy()
Subclasses should call this to get a new AOP proxy.
|
AopProxy |
DefaultAopProxyFactory.createAopProxy(AdvisedSupport config) |
AopProxy |
AopProxyFactory.createAopProxy(AdvisedSupport config)
Create an
AopProxy for the given AOP configuration. |
Modifier and Type | Method and Description |
---|---|
protected Object |
ProxyFactoryBean.getProxy(AopProxy aopProxy)
Return the proxy object to expose.
|