org.springframework.integration.config.annotation
Class RouterAnnotationPostProcessor
java.lang.Object
org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor<Router>
org.springframework.integration.config.annotation.RouterAnnotationPostProcessor
- All Implemented Interfaces:
- MethodAnnotationPostProcessor<Router>
public class RouterAnnotationPostProcessor
- extends AbstractMethodAnnotationPostProcessor<Router>
Post-processor for Methods annotated with @Router
.
- Author:
- Mark Fisher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RouterAnnotationPostProcessor
public RouterAnnotationPostProcessor(ListableBeanFactory beanFactory)
createHandler
protected MessageHandler createHandler(Object bean,
Method method,
Router annotation)
- Description copied from class:
AbstractMethodAnnotationPostProcessor
- Subclasses must implement this method to create the MessageHandler.
- Specified by:
createHandler
in class AbstractMethodAnnotationPostProcessor<Router>
Copyright © 2010. All Rights Reserved.