Moved ReplyMessageCorrelator from the 'handler' package to the 'gateway' package (it is only used by SimpleMessagingGateway).

This commit is contained in:
Mark Fisher
2008-09-22 22:52:23 +00:00
parent ded2abc9b8
commit b4ab2d5365
3 changed files with 3 additions and 3 deletions

View File

@@ -14,13 +14,14 @@
* limitations under the License.
*/
package org.springframework.integration.handler;
package org.springframework.integration.gateway;
import static org.junit.Assert.assertEquals;
import org.junit.Test;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.gateway.ReplyMessageCorrelator;
import org.springframework.integration.message.Message;
import org.springframework.integration.message.MessageBuilder;