org.springframework.integration.config.annotation
Class TransformerAnnotationPostProcessor
java.lang.Object
org.springframework.integration.config.annotation.AbstractMethodAnnotationPostProcessor<Transformer>
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformerAnnotationPostProcessor
public TransformerAnnotationPostProcessor(ListableBeanFactory beanFactory)
createHandler
protected MessageHandler createHandler(Object bean,
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>
Copyright © 2010. All Rights Reserved.