Spring Integration

Package org.springframework.integration.gateway

Provides classes supporting messaging gateways.

See:
          Description

Interface Summary
RequestReplyExchanger Interface for a request/reply Message exchange.
 

Class Summary
GatewayProxyFactoryBean Generates a proxy for the provided service interface to enable interaction with messaging components without application code being aware of them allowing for POJO-style interaction.
MessagingGatewaySupport A convenient base class for connecting application code to MessageChannels for sending, receiving, or request-reply operations.
 

Package org.springframework.integration.gateway Description

Provides classes supporting messaging gateways.


Spring Integration