Uses of Package
org.springframework.aop.framework.adapter

Packages that use org.springframework.aop.framework.adapter
org.springframework.aop.framework.adapter SPI package allowing Spring AOP framework to handle arbitrary advice types. 
 

Classes in org.springframework.aop.framework.adapter used by org.springframework.aop.framework.adapter
AdvisorAdapter
          Interface allowing extension to the Spring AOP framework to allow handling of new Advisors and Advice types.
AdvisorAdapterRegistry
          Interface for registries of AdvisorAdapters.
DefaultAdvisorAdapterRegistry
           
GlobalAdvisorAdapterRegistry
          Singleton to publish a shared DefaultAdvisorAdapterRegistry.
UnknownAdviceTypeException
          Exception thrown when an attempt is made to use an unsupported Advisor or Advice type.
 



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