Updated test configuration after schema changes.

This commit is contained in:
Mark Fisher
2008-09-05 19:46:56 +00:00
parent 9fc031e4f4
commit ca3a326599
3 changed files with 54 additions and 40 deletions

View File

@@ -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
*/