Spring Integration

org.springframework.integration.gateway
Interface RequestReplyExchanger

All Known Implementing Classes:
RmiInboundGateway

public interface RequestReplyExchanger

Interface for a request/reply Message exchange. This will be used as a default by GatewayProxyFactoryBean if no 'service-interface' property has been provided.

Since:
2.0
Author:
Oleg Zhurakousky, Mark Fisher

Method Summary
 Message<?> exchange(Message<?> request)
           
 

Method Detail

exchange

Message<?> exchange(Message<?> request)

Spring Integration