INT-1129 moved MessageBuilder from 'message' to 'core'

This commit is contained in:
Mark Fisher
2010-07-28 14:39:50 +00:00
parent 00d3e351f7
commit 2e45b67be2

View File

@@ -20,8 +20,8 @@ import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.integration.context.BeanFactoryChannelResolver;
import org.springframework.integration.core.ChannelResolver;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.message.MessageBuilder;
/**
* Demonstrates a web service invocation through a Web Service outbound Gateway.