org.springframework.aop.framework.autoproxy
Class Diagram autoproxy

Class Summary
AbstractAdvisorAutoProxyCreatorAbstract BeanPostProcessor implementation that creates AOP proxies.
AbstractAutoProxyCreatorBeanPostProcessor implementation that wraps a group of beans with AOP proxies that delegate to the given interceptors before invoking the bean itself.
AdvisorAutoProxyCreatorBeanPostProcessor implementation that creates AOP proxies based on all candidate Advisors in the current BeanFactory.
BeanNameAutoProxyCreatorAuto proxy creator that identifies beans to proxy via a list of names.
TargetSourceCreatorImplementations can create special target sources, such as pooling target sources, for particular beans.