Package | Description |
---|---|
org.springframework.integration.amqp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.http.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.ip.tcp |
Base package for TCP Support.
|
org.springframework.integration.ip.tcp.connection |
All things related to tcp connections - client and
server factories; listener and sender interfaces.
|
org.springframework.integration.jms |
Base package for JMS Support.
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpInboundChannelAdapter
Adapter that receives Messages from an AMQP Queue, converts them into
Spring Integration Messages, and sends the results to a Message Channel.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpRequestHandlingController
Inbound HTTP endpoint that implements Spring's
Controller interface to be used with a DispatcherServlet front
controller. |
class |
HttpRequestHandlingEndpointSupport
Base class for HTTP request handling endpoints.
|
class |
HttpRequestHandlingMessagingGateway
Inbound Messaging Gateway that handles HTTP Requests.
|
Modifier and Type | Class and Description |
---|---|
class |
TcpInboundGateway
Inbound Gateway using a server connection factory - threading is controlled by the
factory.
|
class |
TcpReceivingChannelAdapter
Tcp inbound channel adapter using a TcpConnection to
receive data - if the connection factory is a server
factory, this Listener owns the connections.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerConnectionFactory
Base class for all server connection factories.
|
class |
TcpNetServerConnectionFactory
Implements a server connection factory that produces
TcpNetConnection s using
a ServerSocket . |
class |
TcpNioServerConnectionFactory
/**
Implements a server connection factory that produces
TcpNioConnection s using
a ServerSocketChannel . |
Modifier and Type | Class and Description |
---|---|
class |
JmsMessageDrivenEndpoint
A message-driven endpoint that receive JMS messages, converts them into
Spring Integration Messages, and then sends the result to a channel.
|
Copyright © 2016. All rights reserved.