Package org.springframework.aop.framework.adapter

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

See:
          Description

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

Class Summary
AdvisorAdapterRegistrationManager BeanPostProcessor implementation that "registers" instances of any non-default AdvisorAdapters with GlobalAdvisorAdapterRegistry.
DefaultAdvisorAdapterRegistry Default implementation of the AdvisorAdapterRegistry interface.
GlobalAdvisorAdapterRegistry Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
 

Exception Summary
UnknownAdviceTypeException Exception 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.



Copyright (C) 2003-2004 The Spring Framework Project.