Missing <summary> Documentation for Spring.Aop.Framework.Adapter
| Class | Description |
|---|---|
| AdvisorAdapterRegistrationManager | IObjectPostProcessor implementation that registers instances of any non-default IAdvisorAdapter instances with the GlobalAdvisorAdapterRegistry singleton. |
| AfterReturningAdviceInterceptor | Interceptor to wrap an IAfterReturningAdvice instance. |
| DefaultAdvisorAdapterRegistry | Default implementation of the IAdvisorAdapterRegistry interface. |
| GlobalAdvisorAdapterRegistry | Provides Singleton-style access to the default IAdvisorAdapterRegistry instance. |
| ThrowsAdviceInterceptor | Interceptor to wrap an after throwing advice. |
| UnknownAdviceTypeException | Exception thrown when an attempt is made to use an unsupported IAdvisor or IAdvice type. |
| Interface | Description |
|---|---|
| IAdvisorAdapter | Permits the handling of new advisors and advice types as extensions to the Spring AOP framework. |
| IAdvisorAdapterRegistry | A registry of IAdvisorAdapter instances. |