org.springframework.integration.jmx.config
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationPublishingChannelAdapterParser
public NotificationPublishingChannelAdapterParser()
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()
- Overrides:
shouldGenerateIdAsFallback
in class AbstractBeanDefinitionParser
parseConsumer
protected AbstractBeanDefinition parseConsumer(Element element,
ParserContext parserContext)
- Description copied from class:
AbstractOutboundChannelAdapterParser
- Override this method to return the BeanDefinition for the MessageConsumer. It will
be registered with a generated name.
- Specified by:
parseConsumer
in class AbstractOutboundChannelAdapterParser
Copyright © 2010. All Rights Reserved.