deprected AbstractRemotingOutboundGateway and RemotingInboundGatewaySupport (httpinvoker is deprecated already, this code will be limited to RMI only as of 2.1)

This commit is contained in:
Mark Fisher
2010-11-12 18:03:30 -05:00
parent 2b849f6747
commit 2c572d477e
2 changed files with 6 additions and 0 deletions

View File

@@ -29,7 +29,10 @@ import org.springframework.remoting.RemoteAccessException;
* A base class for outbound URL-based Messaging Gateways.
*
* @author Mark Fisher
*
* @deprecated as of 2.0. Will be removed in 2.1.
*/
@Deprecated
public abstract class AbstractRemotingOutboundGateway extends AbstractReplyProducingMessageHandler {
private final RequestReplyExchanger proxy;

View File

@@ -22,7 +22,10 @@ import org.springframework.integration.Message;
* Support class for inbound Messaging Gateways.
*
* @author Mark Fisher
*
* @deprecated as of 2.0. Will be removed in 2.1.
*/
@Deprecated
public abstract class RemotingInboundGatewaySupport extends MessagingGatewaySupport implements RequestReplyExchanger {
private volatile boolean expectReply = true;