public class FileOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
| 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 org.springframework.beans.factory.support.AbstractBeanDefinition |
parseConsumer(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
Override this method to return the BeanDefinition for the MessageConsumer.
|
doParse, doParseAndRegisterConsumerparseInternal, resolveIdprotected org.springframework.beans.factory.support.AbstractBeanDefinition parseConsumer(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractOutboundChannelAdapterParserparseConsumer in class AbstractOutboundChannelAdapterParserelement - The element.parserContext - The parser context.protected boolean isUsingReplyProducer()
AbstractOutboundChannelAdapterParserisUsingReplyProducer in class AbstractOutboundChannelAdapterParser