public class StoredProcMessageHandlerParser extends AbstractOutboundChannelAdapterParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
Constructor and Description |
---|
StoredProcMessageHandlerParser() |
Modifier and Type | Method and Description |
---|---|
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, isUsingReplyProducer
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.