org.springframework.aop.framework.adapter
Class Diagram adapter

Class Summary
AdvisorAdapterInterface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistryInterface for registries of AdvisorAdapters.
AfterReturningAdviceAdapterAdapter to enable AfterReturningAdvisor and MethodAfterReturningAdvice to be used in the Spring AOP framework.
AfterReturningAdviceInterceptorInterceptor to wrap a MethodAfterReturningAdvice.
BeforeAdviceAdapter 
DefaultAdvisorAdapterRegistry 
GlobalAdvisorAdapterRegistrySingleton to publish a shared DefaultAdvisorAdapterRegistry.
MethodBeforeAdviceInterceptorInterceptor to wrap a MethodBeforeAdvice.
ThrowsAdviceAdapter 
ThrowsAdviceInterceptorInterceptor to wrap an after throwing advice.
UnknownAdviceTypeExceptionException thrown when an attempt is made to use an unsupported Advisor or Advice type.