Uses of Class
org.springframework.integration.config.xml.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
Modifier 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
Modifier and TypeClassDescriptionclass
Parser for the <channel> element.class
Parser for the <publish-subscribe-channel> element. -
Uses of AbstractChannelParser in org.springframework.integration.jms.config
Modifier 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
Modifier and TypeClassDescriptionclass
Parser for a channel backed by an Apache Kafka topic. -
Uses of AbstractChannelParser in org.springframework.integration.redis.config
Modifier and TypeClassDescriptionclass
Parser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration Redis namespace.