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 $
getInterceptorsAndDynamicInterceptionAdvice
public List getInterceptorsAndDynamicInterceptionAdvice(Advised pc, Object proxy, Method method, Class targetClass)
- Return a list of Interceptor and InterceptorAndDynamicMethodMatcher.