Moved MessageChannelTemplate and AsyncMessageChannelTemplate to the 'channel' package (was in 'message').

This commit is contained in:
Mark Fisher
2008-09-24 13:50:31 +00:00
parent 648ae40605
commit de10530387
8 changed files with 15 additions and 15 deletions

View File

@@ -24,8 +24,8 @@ import org.springframework.beans.DirectFieldAccessor;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.integration.channel.MessageChannel;
import org.springframework.integration.channel.MessageChannelTemplate;
import org.springframework.integration.httpinvoker.HttpInvokerInboundGateway;
import org.springframework.integration.message.MessageChannelTemplate;
/**
* @author Mark Fisher