public interface

AdvisorChainFactory

org.springframework.aop.framework.AdvisorChainFactory
Known Indirect Subclasses

Class Overview

Factory interface for advisor chains.

Summary

Public Methods
abstract List<Object> getInterceptorsAndDynamicInterceptionAdvice(Advised config, Method method, Class targetClass)
Determine a list of org.aopalliance.intercept.MethodInterceptor objects for the given advisor chain configuration.

Public Methods

public abstract List<Object> getInterceptorsAndDynamicInterceptionAdvice (Advised config, Method method, Class targetClass)

Determine a list of org.aopalliance.intercept.MethodInterceptor objects for the given advisor chain configuration.

Parameters
config the AOP configuration in the form of an Advised object
method the proxied method
targetClass the target class
Returns
  • List of MethodInterceptors (may also include InterceptorAndDynamicMethodMatchers)