Package org.springframework.aop.framework.adapter

SPI package allowing Spring AOP framework to handle arbitrary advice types.

See
          Description

Class Diagram Summary
adapter 
 

Interface Summary
AdvisorAdapterInterface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistryInterface for registries of AdvisorAdapters.
 

Class Summary
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.
 

Package org.springframework.aop.framework.adapter Description

SPI package allowing Spring AOP framework to handle arbitrary advice types.
Users who want merely to use the Spring AOP framework, rather than extend its capabilities, don't need to concern themselves with this package.