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.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.groovy.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.http.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.ip.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
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.rmi.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.sftp.config |
Provides classes for configuration - parsers, namespace handlers.
|
org.springframework.integration.ws.config |
Contains parser classes for the Web Services namespace support.
|
org.springframework.integration.xml.config |
Contains parser classes for the XML namespace support.
|
org.springframework.integration.xmpp.config |
Contains parser classes for the XMPP namespace support.
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpOutboundGatewayParser
Parser for the AMQP 'outbound-channel-adapter' element.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCorrelatingMessageHandlerParser
Base class for parsers that create an instance of
AbstractCorrelatingMessageHandler |
class |
AbstractOutboundGatewayParser
Base class for url-based outbound gateway parsers.
|
class |
AbstractRouterParser
Base parser for routers.
|
class |
AbstractTransformerParser |
class |
AggregatorParser
Parser for the aggregator element of the integration namespace.
|
class |
BridgeParser
Parser for the <bridge> element.
|
class |
ChainParser
Parser for the <chain> element.
|
class |
ClaimCheckInParser
Parser for the <claim-check-in/> element.
|
class |
ClaimCheckOutParser
Parser for the <claim-check-out/> element.
|
class |
ControlBusParser |
class |
DefaultRouterParser
Parser for the <router/> element.
|
class |
DelayerParser
Parser for the <delayer> element.
|
class |
EnricherParser
Parser for the 'enricher' element.
|
class |
ErrorMessageExceptionTypeRouterParser
Parser for the <exception-type-router/> element.
|
class |
FilterParser
Parser for the <filter/> element.
|
class |
HeaderEnricherParserSupport
Base support class for 'header-enricher' parsers.
|
class |
HeaderFilterParser
Parser for the 'header-filter' element.
|
class |
HeaderValueRouterParser
Parser for the <header-value-router/> element.
|
class |
JsonToObjectTransformerParser |
class |
MapToObjectTransformerParser |
class |
ObjectToJsonTransformerParser |
class |
ObjectToMapTransformerParser |
class |
ObjectToStringTransformerParser
Parser for the 'object-to-string-transformer' element.
|
class |
PayloadDeserializingTransformerParser
Parser for the 'payload-deserializing-transformer' element.
|
class |
PayloadSerializingTransformerParser
Parser for the 'payload-serializing-transformer' element.
|
class |
PayloadTypeRouterParser
Parser for the <payload-type-router/> element.
|
class |
RecipientListRouterParser
Parser for the <recipient-list-router/> element.
|
class |
ResequencerParser
Parser for the <resequencer> element.
|
class |
ServiceActivatorParser
Parser for the <service-activator> element.
|
class |
SplitterParser
Parser for the <splitter/> element.
|
class |
StandardHeaderEnricherParser
Parser for the <header-enricher> element within the core integration
namespace.
|
class |
SyslogToMapTransformerParser |
class |
TransformerParser
Parser for the <transformer/> element.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFilePayloadTransformerParser
Base class for File payload transformer parsers.
|
class |
AbstractRemoteFileOutboundGatewayParser |
class |
FileOutboundGatewayParser
Parser for the 'outbound-gateway' element of the file namespace.
|
class |
FileToByteArrayTransformerParser
Parser for the <file-to-bytes-transformer> element.
|
class |
FileToStringTransformerParser
Parser for the <file-to-string-transformer> element.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpOutboundGatewayParser |
Modifier and Type | Class and Description |
---|---|
class |
GroovyControlBusParser
Parser for the <groovy:control-bus/> element.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpOutboundGatewayParser
Parser for the 'outbound-gateway' element of the http namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpOutboundGatewayParser
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcOutboundGatewayParser |
class |
StoredProcOutboundGatewayParser |
Modifier and Type | Class and Description |
---|---|
class |
JmsHeaderEnricherParser
Header enricher for JMS specific values.
|
class |
JmsOutboundGatewayParser
Parser for the <outbound-gateway> element of the integration 'jms' namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
OperationInvokingOutboundGatewayParser |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJpaOutboundGatewayParser
The Abstract Parser for the JPA Outbound Gateways.
|
class |
RetrievingJpaOutboundGatewayParser
The Parser for the Retrieving Jpa Outbound Gateway.
|
class |
UpdatingJpaOutboundGatewayParser
The Parser for Updating JPA Outbound Gateway.
|
Modifier and Type | Class and Description |
---|---|
class |
MailHeaderEnricherParser |
class |
MailToStringTransformerParser
Parser for the <mail-to-string-transformer> element.
|
Modifier and Type | Class and Description |
---|---|
class |
RmiOutboundGatewayParser
Parser for the <outbound-gateway/> element of the 'rmi' namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
SftpOutboundGatewayParser |
Modifier and Type | Class and Description |
---|---|
class |
WebServiceHeaderEnricherParser |
class |
WebServiceOutboundGatewayParser
Parser for the <outbound-gateway/> element in the 'ws' namespace.
|
Modifier and Type | Class and Description |
---|---|
class |
MarshallingTransformerParser |
class |
UnmarshallingTransformerParser |
class |
XmlPayloadValidatingFilterParser |
class |
XPathFilterParser
Parser for the <xpath-filter> element.
|
class |
XPathHeaderEnricherParser
Parser for <xpath-header-enricher> elements.
|
class |
XPathMessageSplitterParser |
class |
XPathRouterParser
Parser for the <xpath-router/> element.
|
class |
XPathTransformerParser
Parser for the 'xpath-transformer' element.
|
class |
XsltPayloadTransformerParser |
Modifier and Type | Class and Description |
---|---|
class |
XmppHeaderEnricherParser
Parser for 'xmpp:header-enricher' element
|
Copyright © 2017. All rights reserved.