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
- Author:
- Oleg Zhurakousky, Mark Fisher
exchange
Message<?> exchange(Message<?> request)
Copyright © 2010. All Rights Reserved.