Spring Integration

org.springframework.integration.config.annotation
Class TransformerAnnotationPostProcessor

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

public class TransformerAnnotationPostProcessor
extends AbstractMethodAnnotationPostProcessor<Transformer>

Post-processor for Methods annotated with @Transformer.

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor
beanFactory, channelResolver
 
Constructor Summary
TransformerAnnotationPostProcessor(org.springframework.beans.factory.ListableBeanFactory beanFactory)
           
 
Method Summary
protected  MessageHandler createHandler(java.lang.Object bean, java.lang.reflect.Method method, Transformer 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

TransformerAnnotationPostProcessor

public TransformerAnnotationPostProcessor(org.springframework.beans.factory.ListableBeanFactory beanFactory)
Method Detail

createHandler

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

Specified by:
createHandler in class AbstractMethodAnnotationPostProcessor<Transformer>

Spring Integration