public class TransformerAnnotationPostProcessor extends AbstractMethodAnnotationPostProcessor<Transformer>
@Transformer
.annotationType, beanFactory, channelResolver, conversionService, environment, messageHandlerAttributes, SEND_TIMEOUT_ATTRIBUTE
Constructor and Description |
---|
TransformerAnnotationPostProcessor(ListableBeanFactory beanFactory,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
protected MessageHandler |
createHandler(Object bean,
Method method,
List<Annotation> annotations)
Subclasses must implement this method to create the MessageHandler.
|
beanAnnotationAware, checkMessageHandlerAttributes, configurePollingEndpoint, createEndpoint, doCreateEndpoint, generateHandlerBeanName, getInputChannelAttribute, postProcess, resolveTargetBeanFromMethodWithBeanAnnotation, resolveTargetBeanName, setAdviceChainIfPresent, setOutputChannelIfPresent, shouldCreateEndpoint
public TransformerAnnotationPostProcessor(ListableBeanFactory beanFactory, Environment environment)
protected MessageHandler createHandler(Object bean, Method method, List<Annotation> annotations)
AbstractMethodAnnotationPostProcessor
createHandler
in class AbstractMethodAnnotationPostProcessor<Transformer>
bean
- The bean.method
- The method.annotations
- The messaging annotation (or meta-annotation hierarchy) on the method.