org.springframework.aop.framework
Class InterceptorAndDynamicMethodMatcher

java.lang.Object
  extended by org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher

 class InterceptorAndDynamicMethodMatcher
extends Object

Internal framework class.

This class is required because if we put an Interceptor that implements InterceptionAdvice in the interceptor list passed to MethodInvocationImpl, it may be mistaken for an advice that requires dynamic method matching.

Author:
Rod Johnson

Field Summary
(package private)  MethodInterceptor interceptor
           
(package private)  MethodMatcher methodMatcher
           
 
Constructor Summary
InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor, MethodMatcher methodMatcher)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodMatcher

final MethodMatcher methodMatcher

interceptor

final MethodInterceptor interceptor
Constructor Detail

InterceptorAndDynamicMethodMatcher

public InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor,
                                          MethodMatcher methodMatcher)


Copyright (c) 2002-2007 The Spring Framework Project.