org.springframework.integration.handler
Class StaticHandlerMethodResolver
java.lang.Object
org.springframework.integration.handler.StaticHandlerMethodResolver
- All Implemented Interfaces:
- HandlerMethodResolver
public class StaticHandlerMethodResolver
- extends Object
- implements HandlerMethodResolver
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.
- Author:
- Mark Fisher, Oleg Zhurakousky
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StaticHandlerMethodResolver
public StaticHandlerMethodResolver(Method method)
resolveHandlerMethod
public Method resolveHandlerMethod(Message<?> message)
- Specified by:
resolveHandlerMethod
in interface HandlerMethodResolver
Copyright © 2010. All Rights Reserved.