org.springframework.aop.framework
Interface AdvisorChainFactory

All Superinterfaces:
AdvisedSupportListener
All Known Implementing Classes:
HashMapCachingAdvisorChainFactory

public interface AdvisorChainFactory
extends AdvisedSupportListener

Factory for advisor chains.

Version:
$Id: AdvisorChainFactory.java,v 1.4 2004/03/18 02:46:05 trisberg Exp $
Author:
Rod Johnson

Method Summary
 java.util.List getInterceptorsAndDynamicInterceptionAdvice(Advised pc, java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Class targetClass)
          Return a list of Interceptor and InterceptorAndDynamicMethodMatcher.
 
Methods inherited from interface org.springframework.aop.framework.AdvisedSupportListener
activated, adviceChanged
 

Method Detail

getInterceptorsAndDynamicInterceptionAdvice

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



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