|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.handler.StaticHandlerMethodResolver
public class StaticHandlerMethodResolver
An implementation of HandlerMethodResolver
that always returns the
same Method instance. Used when the exact Method is indicated explicitly
or otherwise resolvable in advance based on static metadata.
Constructor Summary | |
---|---|
StaticHandlerMethodResolver(java.lang.reflect.Method method)
|
Method Summary | |
---|---|
java.lang.reflect.Method |
resolveHandlerMethod(Message<?> message)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StaticHandlerMethodResolver(java.lang.reflect.Method method)
Method Detail |
---|
public java.lang.reflect.Method resolveHandlerMethod(Message<?> message)
resolveHandlerMethod
in interface HandlerMethodResolver
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |