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() |
public List<Object> getInterceptorsAndDynamicInterceptionAdvice(Advised config, Method method, 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 classCopyright © 2013. All Rights Reserved.