INT-842 moved AbstractRemotingOutboundGatewayParser to core config.xml package and renamed AbstractOutboundGatewayParser

This commit is contained in:
Mark Fisher
2010-04-30 22:01:08 +00:00
parent db2b3494e8
commit 2eda315aa6
4 changed files with 13 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2010 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,7 +18,7 @@ package org.springframework.integration.httpinvoker.config;
import org.w3c.dom.Element;
import org.springframework.integration.adapter.config.AbstractRemotingOutboundGatewayParser;
import org.springframework.integration.config.xml.AbstractOutboundGatewayParser;
/**
* Parser for the <outbound-gateway/> element of the 'httpinvoker' namespace.
@@ -28,7 +28,7 @@ import org.springframework.integration.adapter.config.AbstractRemotingOutboundGa
* @deprecated as of 2.0.x. We recommend using the REST-based HTTP adapters instead.
*/
@Deprecated
public class HttpInvokerOutboundGatewayParser extends AbstractRemotingOutboundGatewayParser {
public class HttpInvokerOutboundGatewayParser extends AbstractOutboundGatewayParser {
@Override
protected String getGatewayClassName(Element element) {