org.springframework.aop.framework
Class InterceptorAndDynamicMethodMatcher

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

 class InterceptorAndDynamicMethodMatcher
extends java.lang.Object

Internal framework class, combining a MethodInterceptor instance with a MethodMatcher for use as an element in the advisor chain.

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

interceptor

final MethodInterceptor interceptor

methodMatcher

final MethodMatcher methodMatcher
Constructor Detail

InterceptorAndDynamicMethodMatcher

public InterceptorAndDynamicMethodMatcher(MethodInterceptor interceptor,
                                          MethodMatcher methodMatcher)