public class TransformerAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<Transformer>
@Transformer
.beanFactory, channelResolver, environment
Constructor and Description |
---|
TransformerAnnotationPostProcessor(ListableBeanFactory beanFactory,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
protected MessageHandler |
createHandler(Object bean,
Method method,
Transformer annotation)
Subclasses must implement this method to create the MessageHandler.
|
configurePollingEndpoint, generateHandlerBeanName, postProcess, setAdviceChainIfPresent
public TransformerAnnotationPostProcessor(ListableBeanFactory beanFactory, Environment environment)
protected MessageHandler createHandler(Object bean, Method method, Transformer annotation)
AbstractMethodAnnotationPostProcessor
createHandler
in class AbstractMethodAnnotationPostProcessor<Transformer>
bean
- The bean.method
- The method.annotation
- The annotation.