Class HazelcastClusterMonitorInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParser
org.springframework.integration.hazelcast.config.xml.HazelcastClusterMonitorInboundChannelAdapterParser
- All Implemented Interfaces:
- BeanDefinitionParser
public class HazelcastClusterMonitorInboundChannelAdapterParser
extends AbstractSingleBeanDefinitionParser
Parser for the 
<int-hazelcast:cm-inbound-channel-adapter /> component.- Since:
- 6.0
- Author:
- Eren Avsarogullari
- 
Field SummaryFields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserID_ATTRIBUTE, NAME_ATTRIBUTE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoParse(Element element, ParserContext parserContext, BeanDefinitionBuilder builder) protected Class<?>getBeanClass(Element element) protected StringresolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) Methods inherited from class org.springframework.beans.factory.xml.AbstractSingleBeanDefinitionParserdoParse, getBeanClassName, getParentName, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParserparse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
- 
Constructor Details- 
HazelcastClusterMonitorInboundChannelAdapterParserpublic HazelcastClusterMonitorInboundChannelAdapterParser()
 
- 
- 
Method Details- 
getBeanClass- Overrides:
- getBeanClassin class- AbstractSingleBeanDefinitionParser
 
- 
resolveIdprotected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) throws BeanDefinitionStoreException - Overrides:
- resolveIdin class- AbstractBeanDefinitionParser
- Throws:
- BeanDefinitionStoreException
 
- 
doParse- Overrides:
- doParsein class- AbstractSingleBeanDefinitionParser
 
 
-