Moving client2 to client

This commit is contained in:
Arjen Poutsma
2010-07-14 07:23:26 +00:00
parent 105c0b31f6
commit f1b913df00
24 changed files with 27 additions and 27 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.net.URI;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.net.URI;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.net.URI;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import org.springframework.core.NamedThreadLocal;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import javax.xml.transform.Source;
import javax.xml.transform.TransformerException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import javax.xml.transform.Source;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.net.URI;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
/**
* Allows for setting up responses. Implementations of this interface are returned by {@link WebServiceMock}.

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.util.Locale;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.net.URI;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.net.URI;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.net.URI;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import org.springframework.ws.WebServiceMessage;
import org.springframework.xml.transform.StringSource;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.util.Locale;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import javax.xml.namespace.QName;
import javax.xml.soap.MessageFactory;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2;
package org.springframework.ws.mock.client;
import java.io.IOException;
import java.net.URI;
@@ -36,7 +36,7 @@ import org.junit.Test;
import static org.custommonkey.xmlunit.XMLAssert.assertXMLEqual;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.springframework.ws.mock.client2.WebServiceMock.*;
import static org.springframework.ws.mock.client.WebServiceMock.*;
public class WebServiceMockTest {

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2.integration;
package org.springframework.ws.mock.client.integration;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2.integration;
package org.springframework.ws.mock.client.integration;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.ws.mock.client2.integration;
package org.springframework.ws.mock.client.integration;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.context.ContextConfiguration;
@@ -26,7 +26,7 @@ import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.assertEquals;
import static org.springframework.ws.mock.client2.WebServiceMock.*;
import static org.springframework.ws.mock.client.WebServiceMock.*;
/**
* Integration test for client-side WebService testing. In different package so we can't use the package-protected

View File

@@ -12,8 +12,8 @@
<bean id="marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
<property name="classesToBeBound">
<list>
<value>org.springframework.ws.mock.client2.integration.CustomerCountRequest</value>
<value>org.springframework.ws.mock.client2.integration.CustomerCountResponse</value>
<value>org.springframework.ws.mock.client.integration.CustomerCountRequest</value>
<value>org.springframework.ws.mock.client.integration.CustomerCountResponse</value>
</list>
</property>
</bean>