All Known Implementing Classes:
MethodBeforeAdviceAdapter, ThrowsAdviceAdapter, BeforeAdviceAdapter, AfterReturningAdviceAdapter
Implementing objects can create AOP Alliance Interceptors from custom advice types, enabling these advice types to be used in the Spring AOP framework, which uses interception under the covers.
There is no need for most Spring users to implement this interface; do so only if you need to introduce more Advisor or Advice types to Spring.
Rod - Johnson| Method from org.springframework.aop.framework.adapter.AdvisorAdapter Summary: |
|---|
| getInterceptor, supportsAdvice |
| Method from org.springframework.aop.framework.adapter.AdvisorAdapter Detail: |
|---|
Don't worry about any Pointcut contained in the Advisor; the AOP framework will take care of checking the pointcut. |
getInterceptors method with an Advisor that
contains this advice as an argument? |