From ca3a326599bbf26836795e1c3d104776bad70cdd Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 5 Sep 2008 19:46:56 +0000 Subject: [PATCH] Updated test configuration after schema changes. --- .../ws/handler/AbstractWebServiceHandler.java | 3 +- ...arshallingWebServiceHandlerParserTests.xml | 47 +++++++++++-------- .../simpleWebServiceHandlerParserTests.xml | 44 ++++++++++------- 3 files changed, 54 insertions(+), 40 deletions(-) diff --git a/org.springframework.integration.ws/src/main/java/org/springframework/integration/ws/handler/AbstractWebServiceHandler.java b/org.springframework.integration.ws/src/main/java/org/springframework/integration/ws/handler/AbstractWebServiceHandler.java index fb41e8165c..0afd0c44d1 100644 --- a/org.springframework.integration.ws/src/main/java/org/springframework/integration/ws/handler/AbstractWebServiceHandler.java +++ b/org.springframework.integration.ws/src/main/java/org/springframework/integration/ws/handler/AbstractWebServiceHandler.java @@ -20,7 +20,6 @@ import java.io.IOException; import java.net.URI; import org.springframework.integration.endpoint.AbstractInOutEndpoint; -import org.springframework.integration.handler.MessageHandler; import org.springframework.integration.message.GenericMessage; import org.springframework.integration.message.Message; import org.springframework.util.Assert; @@ -33,7 +32,7 @@ import org.springframework.ws.soap.SoapMessage; import org.springframework.ws.soap.client.core.SoapActionCallback; /** - * Base class for Web Service {@link MessageHandler} adapters. + * Base class for outbound Web Service-invoking adapters. * * @author Mark Fisher */ diff --git a/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/marshallingWebServiceHandlerParserTests.xml b/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/marshallingWebServiceHandlerParserTests.xml index a8ce3ccd13..85abac8b86 100644 --- a/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/marshallingWebServiceHandlerParserTests.xml +++ b/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/marshallingWebServiceHandlerParserTests.xml @@ -7,30 +7,37 @@ http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-ws-1.0.xsd"> - + - + - + - + - + + + diff --git a/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/simpleWebServiceHandlerParserTests.xml b/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/simpleWebServiceHandlerParserTests.xml index b499d6829a..ea5d634970 100644 --- a/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/simpleWebServiceHandlerParserTests.xml +++ b/org.springframework.integration.ws/src/test/java/org/springframework/integration/ws/config/simpleWebServiceHandlerParserTests.xml @@ -7,29 +7,37 @@ http://www.springframework.org/schema/integration http://www.springframework.org/schema/integration/spring-integration-ws-1.0.xsd"> - + - + - + - + - + - + + +