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

This commit is contained in:
Mark Fisher
2010-07-28 14:54:09 +00:00
parent 0b751cc18a
commit 94938a2746
87 changed files with 89 additions and 88 deletions

View File

@@ -32,9 +32,9 @@ import javax.management.ObjectName;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageHandler;
import org.springframework.integration.core.MessagingException;
import org.springframework.integration.handler.AbstractReplyProducingMessageHandler;
import org.springframework.integration.message.MessageHandler;
import org.springframework.integration.message.MessageHandlingException;
import org.springframework.jmx.support.ObjectNameManager;
import org.springframework.util.Assert;