Class HazelcastDistributedSQLInboundChannelAdapterParser
java.lang.Object
org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
org.springframework.integration.config.xml.AbstractChannelAdapterParser
org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
org.springframework.integration.hazelcast.config.xml.HazelcastDistributedSQLInboundChannelAdapterParser
- All Implemented Interfaces:
BeanDefinitionParser
@Deprecated(forRemoval=true,
since="6.5")
public class HazelcastDistributedSQLInboundChannelAdapterParser
extends AbstractPollingInboundChannelAdapterParser
Deprecated, for removal: This API element is subject to removal in a future version.
Hazelcast Distributed SQL Inbound Channel Adapter Parser parses
<int-hazelcast:ds-inbound-channel-adapter/>
configuration.- Since:
- 6.0
- Author:
- Eren Avsarogullari
-
Field Summary
Fields inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
ID_ATTRIBUTE, NAME_ATTRIBUTE
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected BeanMetadataElement
parseSource
(Element element, ParserContext parserContext) Deprecated, for removal: This API element is subject to removal in a future version.Subclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.Methods inherited from class org.springframework.integration.config.xml.AbstractPollingInboundChannelAdapterParser
doParse
Methods inherited from class org.springframework.integration.config.xml.AbstractChannelAdapterParser
parseInternal, resolveId
Methods inherited from class org.springframework.beans.factory.xml.AbstractBeanDefinitionParser
parse, postProcessComponentDefinition, registerBeanDefinition, shouldFireEvents, shouldGenerateId, shouldGenerateIdAsFallback, shouldParseNameAsAliases
-
Constructor Details
-
HazelcastDistributedSQLInboundChannelAdapterParser
public HazelcastDistributedSQLInboundChannelAdapterParser()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
parseSource
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractPollingInboundChannelAdapterParser
Subclasses must implement this method to parse the PollableSource instance which the created Channel Adapter will poll.- Specified by:
parseSource
in classAbstractPollingInboundChannelAdapterParser
- Parameters:
element
- The element.parserContext
- The parser context.- Returns:
- The bean metadata element.
-