public class AmazonS3OutboundChannelAdapterParser extends AbstractAWSOutboundChannelAdapterParser
| Constructor and Description |
|---|
AmazonS3OutboundChannelAdapterParser() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Class<? extends org.springframework.integration.core.MessageHandler> |
getMessageHandlerImplementation() |
protected void |
processBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.String awsCredentialsGeneratedName,
org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext context)
This is where we will be instantiating the AmazonS3Operations instance and
passing it to the MessageHandler
|
parseConsumerdoParse, doParseAndRegisterConsumer, isUsingReplyProducer, parseAndRegisterConsumerparseInternal, resolveIdpublic AmazonS3OutboundChannelAdapterParser()
protected java.lang.Class<? extends org.springframework.integration.core.MessageHandler> getMessageHandlerImplementation()
getMessageHandlerImplementation in class AbstractAWSOutboundChannelAdapterParserprotected void processBeanDefinition(org.springframework.beans.factory.support.BeanDefinitionBuilder builder,
java.lang.String awsCredentialsGeneratedName,
org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext context)
processBeanDefinition in class AbstractAWSOutboundChannelAdapterParser