Package | Description |
---|---|
org.springframework.integration.amqp.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.config.xml |
Provides supporting XML-based configuration - parsers, namespace handlers.
|
org.springframework.integration.jms.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.redis.config |
Provides classes for configuration - parsers, namespace handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpChannelParser
Parser for the 'channel' and 'publish-subscribe-channel' elements of the
Spring Integration AMQP namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
PointToPointChannelParser
Parser for the <channel> element.
|
class |
PublishSubscribeChannelParser
Parser for the <publish-subscribe-channel> element.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsChannelParser
Parser for the 'channel' and 'publish-subscribe-channel' elements of the
Spring Integration JMS namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
RedisChannelParser
Parser for the 'channel' and 'publish-subscribe-channel' elements of the
Spring Integration Redis namespace.
|
Copyright © 2018. All rights reserved.