The Spring Framework

org.springframework.aop.framework
Interface AdvisorChainFactory

All Superinterfaces:
AdvisedSupportListener
All Known Implementing Classes:
HashMapCachingAdvisorChainFactory

public interface AdvisorChainFactory
extends AdvisedSupportListener

Factory for advisor chains.

Author:
Rod Johnson

Method Summary
 List getInterceptorsAndDynamicInterceptionAdvice(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

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


The Spring Framework

Copyright © 2002-2006 The Spring Framework.