public class FileOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
FileOutboundChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
isUsingReplyProducer()
Override this to signal that this channel adapter is actually using a AbstractReplyProducingMessageHandler
while it is not possible for this parser to determine that because, say, a FactoryBean is being used.
|
protected AbstractBeanDefinition |
parseConsumer(Element element,
ParserContext parserContext)
Override this method to return the BeanDefinition for the MessageConsumer.
|
doParse, doParseAndRegisterConsumer
parseInternal, resolveId
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
protected AbstractBeanDefinition parseConsumer(Element element, ParserContext parserContext)
AbstractOutboundChannelAdapterParser
parseConsumer
in class AbstractOutboundChannelAdapterParser
element
- The element.parserContext
- The parser context.protected boolean isUsingReplyProducer()
AbstractOutboundChannelAdapterParser
isUsingReplyProducer
in class AbstractOutboundChannelAdapterParser