Package org.springframework.integration.adapter.file

Interface Summary
FileNameGenerator Strategy interface for generating a file name from a message.
 

Class Summary
AbstractFileMapper<T> Base class providing common behavior for file-based message mappers.
ByteArrayFileMapper A MessageMapper implementation for messages with a byte array payload.
DefaultFileNameGenerator Default implementation of the filename generator strategy.
FileSource A messaging source that polls a directory to retrieve files.
FileSourceAdapter Channel adapter for polling a directory and creating messages from its files.
FileTargetAdapter A convenience adapter for writing files.
TextFileMapper A MessageMapper implementation for messages with a String payload.