INT-1129 moved GenericMessage, ErrorMessage, and MessageDeliveryException from 'message' to 'core'

This commit is contained in:
Mark Fisher
2010-07-28 14:42:02 +00:00
parent 2e45b67be2
commit 008cac18f5
92 changed files with 101 additions and 101 deletions

View File

@@ -27,6 +27,7 @@ import org.springframework.beans.factory.annotation.Value;
import org.springframework.integration.channel.DirectChannel;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.core.MessageDeliveryException;
import org.springframework.integration.core.MessagingTemplate;
import org.springframework.integration.message.*;