| Interface | Description |
|---|---|
| AdvisorAdapter |
Interface allowing extension to the Spring AOP framework to allow
handling of new Advisors and Advice types.
|
| AdvisorAdapterRegistry |
Interface for registries of Advisor adapters.
|
| Class | Description |
|---|---|
| AfterReturningAdviceInterceptor |
Interceptor to wrap an
AfterReturningAdvice. |
| DefaultAdvisorAdapterRegistry |
Default implementation of the
AdvisorAdapterRegistry interface. |
| GlobalAdvisorAdapterRegistry |
Singleton to publish a shared DefaultAdvisorAdapterRegistry instance.
|
| MethodBeforeAdviceInterceptor |
Interceptor to wrap a
MethodBeforeAdvice. |
| ThrowsAdviceInterceptor |
Interceptor to wrap an after-throwing advice.
|
| Exception | Description |
|---|---|
| UnknownAdviceTypeException |
Exception thrown when an attempt is made to use an unsupported
Advisor or Advice type.
|
Copyright © 2025. All rights reserved.