Moved the MessageMapper strategy interface from the 'gateway' package to the 'message' package.

This commit is contained in:
Mark Fisher
2008-09-27 15:22:28 +00:00
parent 9773908155
commit 1cfe32cd21
6 changed files with 4 additions and 5 deletions

View File

@@ -16,8 +16,8 @@
package org.springframework.integration.gateway.config;
import org.springframework.integration.gateway.MessageMapper;
import org.springframework.integration.message.Message;
import org.springframework.integration.message.MessageMapper;
import org.springframework.integration.message.StringMessage;
/**