Class JmsInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
org.springframework.integration.jms.config.JmsInboundChannelAdapterParser
- All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser
public class JmsInboundChannelAdapterParser
extends org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description JmsInboundChannelAdapterParser() -
Method Summary
Modifier and Type Method Description protected org.springframework.beans.BeanMetadataElementparseSource(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)protected booleanshouldGenerateId()protected booleanshouldGenerateIdAsFallback()Methods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
doParseMethods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
-
Constructor Details
-
JmsInboundChannelAdapterParser
public JmsInboundChannelAdapterParser()
-
-
Method Details
-
shouldGenerateId
protected boolean shouldGenerateId()- Overrides:
shouldGenerateIdin classorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
shouldGenerateIdAsFallback
protected boolean shouldGenerateIdAsFallback()- Overrides:
shouldGenerateIdAsFallbackin classorg.springframework.beans.factory.xml.AbstractBeanDefinitionParser
-
parseSource
protected org.springframework.beans.BeanMetadataElement parseSource(org.w3c.dom.Element element, org.springframework.beans.factory.xml.ParserContext parserContext)- Specified by:
parseSourcein classorg.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
-