org.springframework.integration.endpoint
Class SourceEndpoint.MethodNameAdvisor
java.lang.Object
org.springframework.aop.support.StaticMethodMatcher
org.springframework.aop.support.StaticMethodMatcherPointcut
org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
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
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 |
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 |
methodName
private final java.lang.String methodName
SourceEndpoint.MethodNameAdvisor
SourceEndpoint.MethodNameAdvisor(org.aopalliance.aop.Advice advice,
java.lang.String methodName)
matches
public boolean matches(java.lang.reflect.Method method,
java.lang.Class targetClass)