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.configSubclasses of AbstractChannelParser in org.springframework.integration.amqp.configModifier and TypeClassDescriptionclassParser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration AMQP namespace.
- 
Uses of AbstractChannelParser in org.springframework.integration.config.xmlSubclasses of AbstractChannelParser in org.springframework.integration.config.xmlModifier and TypeClassDescriptionclassParser for the <channel> element.classParser for the <publish-subscribe-channel> element.
- 
Uses of AbstractChannelParser in org.springframework.integration.jms.configSubclasses of AbstractChannelParser in org.springframework.integration.jms.configModifier and TypeClassDescriptionclassParser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration JMS namespace.
- 
Uses of AbstractChannelParser in org.springframework.integration.kafka.config.xmlSubclasses of AbstractChannelParser in org.springframework.integration.kafka.config.xmlModifier and TypeClassDescriptionclassParser for a channel backed by an Apache Kafka topic.
- 
Uses of AbstractChannelParser in org.springframework.integration.redis.configSubclasses of AbstractChannelParser in org.springframework.integration.redis.configModifier and TypeClassDescriptionclassParser for the 'channel' and 'publish-subscribe-channel' elements of the Spring Integration Redis namespace.