接口的使用
org.springframework.aop.framework.AopProxy
使用AopProxy的程序包 程序包 说明 org.springframework.aop.framework Package containing Spring's basic AOP infrastructure, compliant with the AOP Alliance interfaces.org.springframework.aop.framework中AopProxy的使用
返回AopProxy的org.springframework.aop.framework中的方法 修饰符和类型 方法 说明 AopProxyAopProxyFactory. createAopProxy(AdvisedSupport config)Create anAopProxyfor the given AOP configuration.AopProxyDefaultAopProxyFactory. createAopProxy(AdvisedSupport config)protected AopProxyProxyCreatorSupport. createAopProxy()Subclasses should call this to get a new AOP proxy.参数类型为AopProxy的org.springframework.aop.framework中的方法 修饰符和类型 方法 说明 protected ObjectProxyFactoryBean. getProxy(AopProxy aopProxy)Return the proxy object to expose.