INT-188: changed type of directory property to File instead of Resource

This commit is contained in:
Iwein Fuld
2009-12-12 15:00:32 +00:00
parent 3bc36dd96b
commit 4cf8defc68
13 changed files with 225 additions and 274 deletions

View File

@@ -24,7 +24,7 @@ import org.springframework.integration.handler.AbstractMessageHandler;
import org.springframework.util.Assert;
/**
* A {@link MessageHandler} that publishes each {@link Message} it receives as
* A {@link org.springframework.integration.message.MessageHandler} that publishes each {@link Message} it receives as
* a {@link MessagingEvent}. The {@link MessagingEvent} is a subclass of
* Spring's {@link ApplicationEvent} used by this adapter to simply wrap the
* {@link Message}.