public interface AdvisorChainFactory
List<Object> getInterceptorsAndDynamicInterceptionAdvice(Advised config, Method method, Class targetClass)
MethodInterceptor objects
for the given advisor chain configuration.config - the AOP configuration in the form of an Advised objectmethod - the proxied methodtargetClass - the target classCopyright © 2013. All Rights Reserved.