INT-1390 moved MessageBuilder into the 'support' package, moved GenericMessage and ErrorMessage into the 'message' package

This commit is contained in:
Mark Fisher
2010-08-31 02:51:27 +00:00
parent 7c1ab04cd5
commit 3b15a0dd38
333 changed files with 459 additions and 452 deletions

View File

@@ -32,7 +32,7 @@ import org.junit.Test;
import org.springframework.integration.Message;
import org.springframework.integration.MessageChannel;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.core.GenericMessage;
import org.springframework.integration.message.GenericMessage;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.mock.web.MockHttpServletResponse;
import org.springframework.remoting.support.RemoteInvocation;