| Name | Description | Type | Package | Framework |
| AdvisorAdapter | Interface allowing extension to the Spring AOP framework to allowhandling of new Advisors and Advice types. | Interface | org.springframework.aop.framework.adapter | Spring MVC |
| AdvisorAdapterRegistrationManager | BeanPostProcessor that registers AdvisorAdapter beans in the BeanFactory withan AdvisorAdapterRegistry (by default the GlobalAdvisorAdapterRegistry). | Class | org.springframework.aop.framework.adapter | Spring MVC |
| AdvisorAdapterRegistry | Interface for registries of Advisor adapters. | Interface | org.springframework.aop.framework.adapter | Spring MVC |
| AfterReturningAdviceInterceptor | Interceptor to wrap am AfterReturningAdvice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
| DefaultAdvisorAdapterRegistry | Default implementation of the AdvisorAdapterRegistry interface. | Class | org.springframework.aop.framework.adapter | Spring MVC |
| GlobalAdvisorAdapterRegistry | Singleton to publish a shared DefaultAdvisorAdapterRegistry instance. | Class | org.springframework.aop.framework.adapter | Spring MVC |
| MethodBeforeAdviceInterceptor | Interceptor to wrap am MethodBeforeAdvice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
| ThrowsAdviceInterceptor | Interceptor to wrap an after-throwing advice. | Class | org.springframework.aop.framework.adapter | Spring MVC |
| UnknownAdviceTypeException | Exception thrown when an attempt is made to use an unsupportedAdvisor or Advice type. | Class | org.springframework.aop.framework.adapter | Spring MVC |