All Known Implementing Classes:
DefaultAdvisorAdapterRegistry
This is an SPI interface, not to be implemented by any Spring user.
Rod - JohnsonRob - Harrop| Method from org.springframework.aop.framework.adapter.AdvisorAdapterRegistry Summary: |
|---|
| getInterceptors, registerAdvisorAdapter, wrap |
| Method from org.springframework.aop.framework.adapter.AdvisorAdapterRegistry Detail: |
|---|
Don't worry about the pointcut associated with the Advisor, if it's a PointcutAdvisor: just return an interceptor. |
|
Should by default at least support org.aopalliance.intercept.MethodInterceptor , org.springframework.aop.MethodBeforeAdvice , org.springframework.aop.AfterReturningAdvice , org.springframework.aop.ThrowsAdvice . |