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