public class NotificationPublishingChannelAdapterParser extends AbstractOutboundChannelAdapterParser
Constructor and Description |
---|
NotificationPublishingChannelAdapterParser() |
Modifier and Type | Method and Description |
---|---|
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 |
shouldGenerateIdAsFallback() |
doParse, doParseAndRegisterConsumer, isUsingReplyProducer
parseInternal, resolveId
public NotificationPublishingChannelAdapterParser()
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