| Package | Description | 
|---|---|
| org.springframework.aop.framework.adapter | SPI package allowing Spring AOP framework to handle arbitrary advice types. | 
| Modifier and Type | Method and Description | 
|---|---|
| MethodInterceptor[] | AdvisorAdapterRegistry. getInterceptors(Advisor advisor)Return an array of AOP Alliance MethodInterceptors to allow use of the
 given Advisor in an interception-based framework. | 
| MethodInterceptor[] | DefaultAdvisorAdapterRegistry. getInterceptors(Advisor advisor) | 
| Advisor | AdvisorAdapterRegistry. wrap(Object advice)Return an  Advisorwrapping the given advice. | 
| Advisor | DefaultAdvisorAdapterRegistry. wrap(Object adviceObject) |