org.springframework.integration.gateway
Interface RequestReplyExchanger

All Known Implementing Classes:
HttpInvokerInboundGateway, RemotingInboundGatewaySupport, 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

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

Method Detail

exchange

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