Moved classes from 'consumer' package to 'handler'.

This commit is contained in:
Mark Fisher
2008-11-03 15:06:45 +00:00
parent 96fbfa221b
commit ef1b7fe54b
30 changed files with 42 additions and 42 deletions

View File

@@ -19,10 +19,10 @@ package org.springframework.integration.ws;
import java.io.IOException;
import java.net.URI;
import org.springframework.integration.consumer.AbstractReplyProducingMessageHandler;
import org.springframework.integration.consumer.ReplyMessageHolder;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.handler.AbstractReplyProducingMessageHandler;
import org.springframework.integration.handler.ReplyMessageHolder;
import org.springframework.util.Assert;
import org.springframework.ws.WebServiceMessage;
import org.springframework.ws.WebServiceMessageFactory;