org.springframework.aop.framework
Class Diagram framework

Class Summary
AdvisedInterface to be implemented by classes that hold the configuration of a factory of AOP proxies.
AdvisedSupportSuperclass for AOP Proxy configuration managers.
AdvisedSupportListener 
AdvisorChainFactoryFactory for advisor chains.
AdvisorChainFactoryUtilsUtility methods for use by AdviceChainFactory implementations.
AopConfigExceptionException that gets thrown on illegal AOP configuration arguments.
AopContextClass containing static methods used to obtain information about the current AOP invocation.
AopProxy 
AopProxyUtils 
Cglib2AopProxyCGLIB 2 AopProxy implementation for the Spring AOP framework.
HashMapCachingAdvisorChainFactoryAdvisorChainFactory implementation that caches by method.
InterceptorAndDynamicMethodMatcherInternal framework class.
JdkDynamicAopProxyInvocationHandler implementation for the Spring AOP framework, based on J2SE 1.3+ dynamic proxies.
MethodInvocationFactoryFactory for method invocations.
ProxyConfigConvenience superclass for configuration used in creating proxies, to ensure that all proxy creators have consistent properties.
ProxyFactoryFactory for AOP proxies for programmatic use, rather than via a bean factory.
ProxyFactoryBeanFactoryBean implementation for use to source AOP proxies from a Spring BeanFactory.
ReflectiveMethodInvocationSpring implementation of AOP Alliance MethodInvocation interface.