org.springframework.integration.config.annotation
Class SplitterAnnotationPostProcessor

java.lang.Object
  extended by org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor<Splitter>
      extended by org.springframework.integration.config.annotation.SplitterAnnotationPostProcessor
All Implemented Interfaces:
MethodAnnotationPostProcessor<Splitter>

public class SplitterAnnotationPostProcessor
extends AbstractMethodAnnotationPostProcessor<Splitter>

Post-processor for Methods annotated with @Splitter.


Field Summary
 
Fields inherited from class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
beanFactory, channelResolver
 
Constructor Summary
SplitterAnnotationPostProcessor(ListableBeanFactory beanFactory)
           
 
Method Summary
protected  MessageHandler createHandler(java.lang.Object bean, java.lang.reflect.Method method, Splitter annotation)
          Subclasses must implement this method to create the MessageHandler.
 
Methods inherited from class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
postProcess, shouldCreateEndpoint
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitterAnnotationPostProcessor

public SplitterAnnotationPostProcessor(ListableBeanFactory beanFactory)
Method Detail

createHandler

protected MessageHandler createHandler(java.lang.Object bean,
                                       java.lang.reflect.Method method,
                                       Splitter annotation)
Description copied from class: AbstractMethodAnnotationPostProcessor
Subclasses must implement this method to create the MessageHandler.

Specified by:
createHandler in class AbstractMethodAnnotationPostProcessor<Splitter>