org.springframework.integration.endpoint
Class SourceEndpoint.MethodNameAdvisor

java.lang.Object
  extended by org.springframework.aop.support.StaticMethodMatcher
      extended by org.springframework.aop.support.StaticMethodMatcherPointcut
          extended by org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
              extended by org.springframework.integration.endpoint.SourceEndpoint.MethodNameAdvisor
All Implemented Interfaces:
java.io.Serializable, org.springframework.aop.Advisor, org.springframework.aop.MethodMatcher, org.springframework.aop.Pointcut, org.springframework.aop.PointcutAdvisor, org.springframework.core.Ordered
Enclosing class:
SourceEndpoint

private static class SourceEndpoint.MethodNameAdvisor
extends org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor


Field Summary
private  java.lang.String methodName
           
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Fields inherited from interface org.springframework.aop.Pointcut
TRUE
 
Fields inherited from interface org.springframework.aop.MethodMatcher
TRUE
 
Constructor Summary
SourceEndpoint.MethodNameAdvisor(org.aopalliance.aop.Advice advice, java.lang.String methodName)
           
 
Method Summary
 boolean matches(java.lang.reflect.Method method, java.lang.Class targetClass)
           
 
Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
getAdvice, getOrder, getPointcut, isPerInstance, setAdvice, setOrder
 
Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut
getClassFilter, getMethodMatcher, setClassFilter
 
Methods inherited from class org.springframework.aop.support.StaticMethodMatcher
isRuntime, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodName

private final java.lang.String methodName
Constructor Detail

SourceEndpoint.MethodNameAdvisor

SourceEndpoint.MethodNameAdvisor(org.aopalliance.aop.Advice advice,
                                 java.lang.String methodName)
Method Detail

matches

public boolean matches(java.lang.reflect.Method method,
                       java.lang.Class targetClass)