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)
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 classCopyright © 2014. All rights reserved.