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 Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.AbstractSingleBeanDefinitionParser
doParse, getBeanClassName, getParentName, parseInternalMethods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases 
- 
Constructor Details
- 
HazelcastClusterMonitorInboundChannelAdapterParser
public HazelcastClusterMonitorInboundChannelAdapterParser() 
 - 
 - 
Method Details
- 
getBeanClass
- Overrides:
 getBeanClassin classAbstractSingleBeanDefinitionParser
 - 
resolveId
protected String resolveId(Element element, AbstractBeanDefinition definition, ParserContext parserContext) throws BeanDefinitionStoreException - Overrides:
 resolveIdin classAbstractBeanDefinitionParser- Throws:
 BeanDefinitionStoreException
 - 
doParse
- Overrides:
 doParsein classAbstractSingleBeanDefinitionParser
 
 -