org.springframework.integration.adapter
Interface RemoteMessageHandler

All Known Implementing Classes:
HttpInvokerInboundGateway, RemotingInboundGatewaySupport, RmiInboundGateway

public interface RemoteMessageHandler

Interface used for proxy-based remoting adapters (e.g. RMI and HttpInvoker). Enables serializable Messages to be exchanged across a remote invocation.

Author:
Mark Fisher

Method Summary
 Message<?> handle(Message<?> message)
           
 

Method Detail

handle

Message<?> handle(Message<?> message)