INT-1129 renamed 'message' package to 'mapping' since that is all that remains there
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user