public class DefaultAdvisorChainFactory extends java.lang.Object implements AdvisorChainFactory, java.io.Serializable
Advised object. Always rebuilds each advice chain;
caching can be provided by subclasses.| Constructor and Description |
|---|
DefaultAdvisorChainFactory() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
getInterceptorsAndDynamicInterceptionAdvice(Advised config,
java.lang.reflect.Method method,
java.lang.Class targetClass)
Determine a list of
MethodInterceptor objects
for the given advisor chain configuration. |
public java.util.List<java.lang.Object> getInterceptorsAndDynamicInterceptionAdvice(Advised config, java.lang.reflect.Method method, java.lang.Class targetClass)
AdvisorChainFactoryMethodInterceptor objects
for the given advisor chain configuration.getInterceptorsAndDynamicInterceptionAdvice in interface AdvisorChainFactoryconfig - the AOP configuration in the form of an Advised objectmethod - the proxied methodtargetClass - the target class