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, doParseAndRegisterConsumer
parseInternal, resolveId
protected org.springframework.beans.factory.support.AbstractBeanDefinition parseConsumer(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)
AbstractOutboundChannelAdapterParser
parseConsumer
in class AbstractOutboundChannelAdapterParser
protected boolean isUsingReplyProducer()
AbstractOutboundChannelAdapterParser
isUsingReplyProducer
in class AbstractOutboundChannelAdapterParser