org.springframework.aop.framework
Interface AdvisorChainFactory

All Known Implementing Classes:
HashMapCachingAdvisorChainFactory

public interface AdvisorChainFactory
extends AdvisedSupportListener

Factory for advisor chains.

Author:
Rod Johnson
Version: $Id: AdvisorChainFactory.java,v 1.3 2003/12/30 01:07:10 jhoeller Exp $

Method Summary
 ListgetInterceptorsAndDynamicInterceptionAdvice(Advised pc, Object proxy, Method method, Class targetClass)
          Return a list of Interceptor and InterceptorAndDynamicMethodMatcher.

Methods inherited from interface org.springframework.aop.framework.AdvisedSupportListener
activated, adviceChanged

Method Detail

getInterceptorsAndDynamicInterceptionAdvice

public List getInterceptorsAndDynamicInterceptionAdvice(Advised pc, Object proxy, Method method, Class targetClass)
Return a list of Interceptor and InterceptorAndDynamicMethodMatcher.