INT-1129 renamed 'message' package to 'mapping' since that is all that remains there

This commit is contained in:
Mark Fisher
2010-07-28 15:25:33 +00:00
parent 3f00c75740
commit 6257853512
41 changed files with 49 additions and 49 deletions

View File

@@ -20,7 +20,7 @@ import java.util.Map;
import org.springframework.http.HttpHeaders;
import org.springframework.integration.MessageHeaders;
import org.springframework.integration.message.HeaderMapper;
import org.springframework.integration.mapping.HeaderMapper;
/**
* Default {@link HeaderMapper} implementation for HTTP.

View File

@@ -32,7 +32,7 @@ import org.springframework.integration.MessagingException;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.core.MessageHandler;
import org.springframework.integration.handler.AbstractReplyProducingMessageHandler;
import org.springframework.integration.message.HeaderMapper;
import org.springframework.integration.mapping.HeaderMapper;
import org.springframework.util.Assert;
import org.springframework.web.client.ResponseErrorHandler;
import org.springframework.web.client.RestTemplate;

View File

@@ -43,7 +43,7 @@ import org.springframework.integration.Message;
import org.springframework.integration.MessagingException;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.gateway.AbstractMessagingGateway;
import org.springframework.integration.message.HeaderMapper;
import org.springframework.integration.mapping.HeaderMapper;
import org.springframework.util.Assert;
import org.springframework.util.ClassUtils;
import org.springframework.util.LinkedMultiValueMap;

View File

@@ -18,7 +18,7 @@ package org.springframework.integration.http;
import javax.servlet.http.HttpServletRequest;
import org.springframework.integration.message.InboundMessageMapper;
import org.springframework.integration.mapping.InboundMessageMapper;
/**
* Strategy interface for mapping from an inbound {@link HttpServletRequest}

View File

@@ -17,7 +17,7 @@
package org.springframework.integration.http;
import org.springframework.http.HttpEntity;
import org.springframework.integration.message.OutboundMessageMapper;
import org.springframework.integration.mapping.OutboundMessageMapper;
/**
* Strategy for mapping to an {@link HttpEntity} from a message.