public class JpaOutboundChannelAdapterParser extends AbstractOutboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
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 AbstractBeanDefinition |
parseConsumer(Element element,
ParserContext parserContext)
Override this method to return the BeanDefinition for the MessageConsumer.
|
protected boolean |
shouldGenerateId() |
protected boolean |
shouldGenerateIdAsFallback() |
doParse, doParseAndRegisterConsumer
parseInternal, resolveId
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents
protected boolean shouldGenerateId()
shouldGenerateId
in class AbstractBeanDefinitionParser
protected boolean shouldGenerateIdAsFallback()
shouldGenerateIdAsFallback
in class AbstractBeanDefinitionParser
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