Package | Description |
---|---|
org.springframework.integration.amqp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.ip.tcp |
Base package for TCP Support.
|
org.springframework.integration.rmi |
Base package for RMI support.
|
org.springframework.integration.ws |
Provides several inbound and outbound Web Service components.
|
Modifier and Type | Class and Description |
---|---|
class |
AmqpInboundGateway
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 |
TcpInboundGateway
Inbound Gateway using a server connection factory - threading is controlled by the
factory.
|
Modifier and Type | Class and Description |
---|---|
class |
RmiInboundGateway
An inbound Messaging Gateway for RMI-based remoting.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractWebServiceInboundGateway |
class |
MarshallingWebServiceInboundGateway |
class |
SimpleWebServiceInboundGateway |
Copyright © 2016. All rights reserved.