public class JpaOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
Constructor and Description |
---|
JpaOutboundChannelAdapterParser() |
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.
|
protected boolean |
shouldGenerateId() |
protected boolean |
shouldGenerateIdAsFallback() |
doParse, doParseAndRegisterConsumer
parseInternal, resolveId
protected boolean shouldGenerateId()
shouldGenerateId
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback
in class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
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