Spring Integration

Package org.springframework.integration.file

Interface Summary
DirectoryScanner Strategy for scanning directories.
FileListFilter Strategy interface for filtering a group of files.
FileLocker A FileLocker is a strategy that can ensure that files are only processed a single time.
FileNameGenerator Strategy interface for generating a file name from a message.
 

Class Summary
AbstractFileListFilter A convenience base class for any FileListFilter whose criteria can be evaluated against each File in isolation.
AcceptOnceFileListFilter FileListFilter that passes files only one time.
CompositeFileListFilter Composition that delegates to multiple FileFilters.
DefaultDirectoryScanner Default directory scanner and base class for other directory scanners.
DefaultFileNameGenerator Default implementation of the filename generator strategy.
FileHeaders Pre-defined header names to be used when storing or retrieving File-related values to/from integration Message Headers.
FileReadingMessageSource MessageSource that creates messages from a file system directory.
FileWritingMessageHandler A MessageHandler implementation that writes the Message payload to a file.
HeadDirectoryScanner A custom scanner that only returns the first maxNumberOfFiles elements from a directory listing.
PatternMatchingFileListFilter A FileListFilter implementation that matches against a Pattern.
RecursiveLeafOnlyDirectoryScanner DirectoryScanner that lists all files inside a directory and subdirectories, without limit.
 


Spring Integration

Copyright © 2010. All Rights Reserved.