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

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



Copyright (C) 2003-2004 The Spring Framework Project.