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:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user