Package org.springframework.integration.gateway

Interface Summary
MessagingGateway Base interface for gateway adapters.
 

Class Summary
AbstractMessagingGateway A convenient base class for connecting application code to MessageChannels for sending, receiving, or request-reply operations.
GatewayProxyFactoryBean Generates a proxy for the provided service interface to enable interaction with messaging components without application code being aware of them.
SimpleMessageMapper An implementation of the InboundMessageMapper and OutboundMessageMapper strategy interfaces that maps directly to and from the Message payload instance.
SimpleMessagingGateway An implementation of AbstractMessagingGateway that delegates to an InboundMessageMapper and OutboundMessageMapper.