Class NotificationPublishingChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractOutboundChannelAdapterParser
org.springframework.integration.jmx.config.NotificationPublishingChannelAdapterParser
- All Implemented Interfaces:
BeanDefinitionParser
public class NotificationPublishingChannelAdapterParser
extends AbstractOutboundChannelAdapterParser
- Since:
- 2.0
- Author:
- Mark Fisher, Gary Russell, Artem Bilan
-
Field Summary
Fields inherited from class AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractBeanDefinitionparseConsumer(Element element, ParserContext parserContext) Override this method to return the BeanDefinition for the MessageConsumer.protected booleanMethods inherited from class AbstractOutboundChannelAdapterParser
doParse, doParseAndRegisterConsumer, isUsingReplyProducerMethods inherited from class AbstractChannelAdapterParser
parseInternal, resolveIdMethods inherited from class AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldParseNameAsAliases
-
Constructor Details
-
NotificationPublishingChannelAdapterParser
public NotificationPublishingChannelAdapterParser()
-
-
Method Details
-
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()- Overrides:
shouldGenerateIdAsFallbackin classAbstractBeanDefinitionParser
-
parseConsumer
Description copied from class:AbstractOutboundChannelAdapterParserOverride this method to return the BeanDefinition for the MessageConsumer. It will be registered with a generated name.- Specified by:
parseConsumerin classAbstractOutboundChannelAdapterParser- Parameters:
element- The element.parserContext- The parser context.- Returns:
- The bean definition.
-