Moved PooledMessageHandler to the handler package.

This commit is contained in:
Mark Fisher
2008-01-14 20:41:53 +00:00
parent c6286f168e
commit 0a273b016c
5 changed files with 8 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ import org.springframework.integration.channel.SimpleChannel;
import org.springframework.integration.dispatcher.DefaultMessageDispatcher;
import org.springframework.integration.dispatcher.MessageHandlerRejectedExecutionException;
import org.springframework.integration.endpoint.DefaultMessageEndpoint;
import org.springframework.integration.handler.PooledMessageHandler;
import org.springframework.integration.message.ErrorMessage;
import org.springframework.integration.message.Message;
import org.springframework.integration.message.StringMessage;