Moved the MessagingGateway interface from the 'endpoint' package to the 'gateway' package.

This commit is contained in:
Mark Fisher
2008-11-10 15:48:05 +00:00
parent 76a20e57d0
commit 11af44fe43
3 changed files with 1 additions and 3 deletions

View File

@@ -24,7 +24,6 @@ import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.core.MessagingException;
import org.springframework.integration.endpoint.MessageEndpoint;
import org.springframework.integration.endpoint.MessagingGateway;
import org.springframework.integration.endpoint.PollingConsumer;
import org.springframework.integration.endpoint.EventDrivenConsumer;
import org.springframework.integration.handler.AbstractReplyProducingMessageHandler;

View File

@@ -40,7 +40,6 @@ import org.springframework.integration.channel.PollableChannel;
import org.springframework.integration.config.xml.MessageBusParser;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.endpoint.MessagingGateway;
import org.springframework.integration.message.MethodParameterMessageMapper;
import org.springframework.integration.scheduling.TaskScheduler;
import org.springframework.util.Assert;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.integration.endpoint;
package org.springframework.integration.gateway;
import org.springframework.integration.core.Message;