Uses of Class
org.springframework.integration.config.xml.AbstractChannelParser
Packages that use AbstractChannelParser
Package
Description
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides supporting XML-based configuration - parsers, namespace handlers.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides parser classes to provide Xml namespace support for the Apache Kafka components.
Provides classes for configuration - parsers, namespace handlers.
-
Uses of AbstractChannelParser in org.springframework.integration.amqp.config
Subclasses of AbstractChannelParser in org.springframework.integration.amqp.configModifier and TypeClassDescriptionclass
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration AMQP namespace. -
Uses of AbstractChannelParser in org.springframework.integration.config.xml
Subclasses of AbstractChannelParser in org.springframework.integration.config.xmlModifier and TypeClassDescriptionclass
Parser for the <channel> element.class
Parser for the <publish-subscribe-channel> element. -
Uses of AbstractChannelParser in org.springframework.integration.jms.config
Subclasses of AbstractChannelParser in org.springframework.integration.jms.configModifier and TypeClassDescriptionclass
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration JMS namespace. -
Uses of AbstractChannelParser in org.springframework.integration.kafka.config.xml
Subclasses of AbstractChannelParser in org.springframework.integration.kafka.config.xmlModifier and TypeClassDescriptionclass
Parser for a channel backed by an Apache Kafka topic. -
Uses of AbstractChannelParser in org.springframework.integration.redis.config
Subclasses of AbstractChannelParser in org.springframework.integration.redis.configModifier and TypeClassDescriptionclass
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration Redis namespace.