INT-1129 moved Message and MessageHeaders from 'core' to the root (org.springframework.integration)

This commit is contained in:
Mark Fisher
2010-07-28 15:05:50 +00:00
parent 7434976734
commit 4de9a23357
510 changed files with 608 additions and 585 deletions

View File

@@ -35,12 +35,12 @@ import org.springframework.beans.factory.BeanInitializationException;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.ListableBeanFactory;
import org.springframework.context.Lifecycle;
import org.springframework.integration.Message;
import org.springframework.integration.MessageHeaders;
import org.springframework.integration.channel.DirectChannel;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.core.MessageHeaders;
import org.springframework.integration.core.PollableChannel;
import org.springframework.integration.core.SubscribableChannel;
import org.springframework.integration.endpoint.AbstractEndpoint;

View File

@@ -20,7 +20,7 @@ import javax.management.MBeanServer;
import javax.management.MalformedObjectNameException;
import javax.management.ObjectName;
import org.springframework.integration.core.Message;
import org.springframework.integration.Message;
import org.springframework.integration.core.MessagingException;
import org.springframework.integration.gateway.SimpleMessageMapper;
import org.springframework.integration.message.InboundMessageMapper;

View File

@@ -21,7 +21,7 @@ import java.util.concurrent.atomic.AtomicLong;
import javax.management.Notification;
import javax.management.ObjectName;
import org.springframework.integration.core.Message;
import org.springframework.integration.Message;
import org.springframework.integration.message.OutboundMessageMapper;
import org.springframework.util.Assert;

View File

@@ -16,7 +16,7 @@
package org.springframework.integration.jmx;
import org.springframework.integration.core.MessageHeaders;
import org.springframework.integration.MessageHeaders;
/**
* Constants for JMX related Message Header keys.

View File

@@ -27,7 +27,7 @@ import javax.management.ObjectName;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.springframework.integration.core.Message;
import org.springframework.integration.Message;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.endpoint.MessageProducerSupport;
import org.springframework.util.Assert;

View File

@@ -26,7 +26,7 @@ import org.springframework.beans.factory.BeanFactoryAware;
import org.springframework.beans.factory.BeanFactoryUtils;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.ListableBeanFactory;
import org.springframework.integration.core.Message;
import org.springframework.integration.Message;
import org.springframework.integration.handler.AbstractMessageHandler;
import org.springframework.integration.message.OutboundMessageMapper;
import org.springframework.jmx.export.MBeanExporter;

View File

@@ -31,7 +31,7 @@ import javax.management.MalformedObjectNameException;
import javax.management.ObjectName;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.integration.core.Message;
import org.springframework.integration.Message;
import org.springframework.integration.core.MessageHandler;
import org.springframework.integration.core.MessageHandlingException;
import org.springframework.integration.core.MessagingException;