Package | Description |
---|---|
org.springframework.integration.config.xml |
Provides supporting XML-based configuration - parsers, namespace handlers.
|
org.springframework.integration.file.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.ftp.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.jdbc.config |
Contains parser classes for the JDBC namespace support.
|
org.springframework.integration.jms.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.jmx.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.jpa.config.xml |
Provides parser classes to provide Xml namespace support for the Jpa components.
|
org.springframework.integration.mail.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.mongodb.config |
Contains parser classes for the MongoDb namespace support.
|
org.springframework.integration.redis.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.sftp.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.stream.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.twitter.config |
Contains parser classes for the Twitter namespace support.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultInboundChannelAdapterParser
Parser for the <inbound-channel-adapter/> element.
|
class |
ResourceInboundChannelAdapterParser
Parser for 'resource-inbound-channel-adapter'
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteFileInboundChannelAdapterParser
Abstract base class for parsing remote file inbound channel adapters.
|
class |
FileInboundChannelAdapterParser
Parser for the <inbound-channel-adapter> element of the 'file' namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpInboundChannelAdapterParser
Parser for the FTP 'inbound-channel-adapter' element.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcPollingChannelAdapterParser
Parser for
JdbcPollingChannelAdapter . |
class |
StoredProcPollingChannelAdapterParser |
Modifier and Type | Class and Description |
---|---|
class |
JmsInboundChannelAdapterParser
Parser for the <inbound-channel-adapter/> element of the 'jms' namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributePollingChannelAdapterParser |
class |
MBeanTreePollingChannelAdapterParser |
Modifier and Type | Class and Description |
---|---|
class |
JpaInboundChannelAdapterParser
The JPA Inbound Channel adapter parser
|
Modifier and Type | Class and Description |
---|---|
class |
MailInboundChannelAdapterParser
Parser for the <inbound-channel-adapter> element of Spring Integration's 'mail' namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
MongoDbInboundChannelAdapterParser
Parser for Mongodb store inbound adapters
|
Modifier and Type | Class and Description |
---|---|
class |
RedisStoreInboundChannelAdapterParser
Parser for Redis store inbound adapters
|
Modifier and Type | Class and Description |
---|---|
class |
SftpInboundChannelAdapterParser
Parser for 'sftp:inbound-channel-adapter'
|
Modifier and Type | Class and Description |
---|---|
class |
ConsoleInboundChannelAdapterParser
Parser for the <stdin-channel-adapter> element.
|
Modifier and Type | Class and Description |
---|---|
class |
TwitterInboundChannelAdapterParser
Parser for inbound Twitter Channel Adapters.
|
Copyright © 2015. All rights reserved.