Moved RequestReplyTemplate from 'channel' to 'gateway' package to remove tangle.

This commit is contained in:
Mark Fisher
2008-05-22 01:27:58 +00:00
parent 6763fcd755
commit cefb7d0ca8
6 changed files with 9 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ import org.apache.commons.logging.LogFactory;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.integration.ConfigurationException;
import org.springframework.integration.channel.MessageChannel;
import org.springframework.integration.channel.RequestReplyTemplate;
import org.springframework.integration.gateway.RequestReplyTemplate;
import org.springframework.integration.handler.MessageHandler;
import org.springframework.integration.message.Message;
import org.springframework.util.Assert;