Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.integration.file Classes and Interfaces - 83 results found.
NameDescriptionTypePackageFramework
SimplePatternFileListFilterFilter that supports ant style path expressions, which are less powerful but more readable than regular expressions.Classorg.springframework.integration.file.filtersSpring Integration
SharedSessionCapableA SessionFactory that implements this interface is capable of supporting a shared session.Interfaceorg.springframework.integration.file.remote.sessionSpring Integration
SessionFactoryLocatorA factory returning a SessionFactory based on some key.Interfaceorg.springframework.integration.file.remote.sessionSpring Integration
SessionFactoryFactory for acquiring Session instances.Interfaceorg.springframework.integration.file.remote.sessionSpring Integration
SessionCallbackCallback invoked by RemoteFileOperations.Interfaceorg.springframework.integration.file.remoteSpring Integration
SessionCallbackWithoutResultSimple convenience implementation of SessionCallback for cases whereno result is returned.Classorg.springframework.integration.file.remoteSpring Integration
SessionCommon abstraction for a Session with a remote File system.Interfaceorg.springframework.integration.file.remote.sessionSpring Integration
ReversibleFileListFilterA FileListFilter that allows the caller to reverse (roll back) stateSince:4.Interfaceorg.springframework.integration.file.filtersSpring Integration
ResettableFileListFilterA FileListFilter that can be reset by removing a specific file from itsSince:4.Interfaceorg.springframework.integration.file.filtersSpring Integration
RemoteFileUtilsUtility methods for supporting remote file operations.Classorg.springframework.integration.file.remoteSpring Integration
RemoteFileTemplateA general abstraction for dealing with remote files.Classorg.springframework.integration.file.remoteSpring Integration
RemoteFileOperationsStrategy for performing operations on remote files.Interfaceorg.springframework.integration.file.remoteSpring Integration
RemoteFileOutboundChannelAdapterParserClassorg.springframework.integration.file.configSpring Integration
RegexPatternFileListFilterClassorg.springframework.integration.file.filtersSpring Integration
RecursiveLeafOnlyDirectoryScannerDirectoryScanner that lists all files inside a directory and subdirectories,without limit.Classorg.springframework.integration.fileSpring Integration
OSDelegatingFileTailingMessageProducerA file tailing message producer that delegates to the OS tail program.Classorg.springframework.integration.file.tailSpring Integration
NioFileLockerFile locking strategy that uses java.Classorg.springframework.integration.file.lockingSpring Integration
MessageSessionCallbackCallback invoked by RemoteFileOperations.Interfaceorg.springframework.integration.file.remoteSpring Integration
LastModifiedFileListFilterThe FileListFilter implementation to filter those files whichFile.Classorg.springframework.integration.file.filtersSpring Integration
InputStreamCallbackCallback for stream-based file retrieval using a RemoteFileOperations.Interfaceorg.springframework.integration.file.remoteSpring Integration
InboundFileSynchronizerStrategy for synchronizing from a remote File system to a local directory.Interfaceorg.springframework.integration.file.remote.synchronizerSpring Integration
IgnoreHiddenFileListFilterFileListFilter implementation that ignores any hidden files.Classorg.springframework.integration.file.filtersSpring Integration
HeadDirectoryScannerA custom scanner that only returns the first maxNumberOfFileselements from a directory listing.Classorg.springframework.integration.fileSpring Integration
FileWritingMessageHandlerFactoryBeanFactory bean used to create FileWritingMessageHandlers.Classorg.springframework.integration.file.configSpring Integration
FileWritingMessageHandlerA MessageHandler implementation that writes the Message payload to afile.Classorg.springframework.integration.fileSpring Integration
FileTransferringMessageHandlerA MessageHandler implementation that transfers files to a remote server.Classorg.springframework.integration.file.remote.handlerSpring Integration
FileToStringTransformerParserParser for the element.Classorg.springframework.integration.file.configSpring Integration
FileToStringTransformerA payload transformer that copies a File's contents to a String.Classorg.springframework.integration.file.transformerSpring Integration
FileToByteArrayTransformerParserParser for the element.Classorg.springframework.integration.file.configSpring Integration
FileToByteArrayTransformerA payload transformer that copies a File's contents to a byte array.Classorg.springframework.integration.file.transformerSpring Integration
FileTailingMessageProducerSupport .FileTailingEventClassorg.springframework.integration.file.tail.FileTailingMessageProducerSupportSpring Integration
FileTailingMessageProducerSupportBase class for file tailing inbound adapters.Classorg.springframework.integration.file.tailSpring Integration
FileTailInboundChannelAdapterParserClassorg.springframework.integration.file.configSpring Integration
FileTailInboundChannelAdapterFactoryBeanClassorg.springframework.integration.file.configSpring Integration
FileSystemPersistentAcceptOnceFileListFilterClassorg.springframework.integration.file.filtersSpring Integration
FileSplitterParserClassorg.springframework.integration.file.configSpring Integration
FileSplitter .FileMarker .MarkReturns the enum constant of this type with the specified name.Classorg.springframework.integration.file.splitter.FileSplitter.FileMarkerSpring Integration
FileSplitter .FileMarkerClassorg.springframework.integration.file.splitter.FileSplitterSpring Integration
FileSplitterThe AbstractMessageSplitter implementation to split the FileMessage payload to lines.Classorg.springframework.integration.file.splitterSpring Integration
FileReadingMessageSourceFactoryBeanClassorg.springframework.integration.file.configSpring Integration
FileParserUtilsClassorg.springframework.integration.file.configSpring Integration
FileReadingMessageSourceMessageSource that creates messages from a file system directory.Classorg.springframework.integration.fileSpring Integration
FileOutboundGatewayParserParser for the 'outbound-gateway' element of the file namespace.Classorg.springframework.integration.file.configSpring Integration
FileNamespaceHandlerNamespace handler for Spring Integration's 'file' namespace.Classorg.springframework.integration.file.configSpring Integration
FileOutboundChannelAdapterParserParser for the element of the 'file'Author:Mark Fisher, Iwein Fuld, Oleg Zhurakousky, Artem BilanClassorg.springframework.integration.file.configSpring Integration
FileNameGeneratorStrategy interface for generating a file name from a message.Interfaceorg.springframework.integration.fileSpring Integration
FileLockerA FileLocker is a strategy that can ensure that files are only processed asingle time.Interfaceorg.springframework.integration.fileSpring Integration
FileListFilterFactoryBeanClassorg.springframework.integration.file.configSpring Integration
FileListFilterStrategy interface for filtering a group of files.Interfaceorg.springframework.integration.file.filtersSpring Integration
FileIntegrationEventClassorg.springframework.integration.file.eventSpring Integration
FileInfoRepresents a remote file info - an abstraction over the underlying implementation.Interfaceorg.springframework.integration.file.remoteSpring Integration
FileInboundChannelAdapterParserParser for the element of the 'file' namespace.Classorg.springframework.integration.file.configSpring Integration
FileHeadersPre-defined header names to be used when storing or retrievingFile-related values to/from integration Message Headers.Classorg.springframework.integration.fileSpring Integration
FileExistsModeWhen writing file, this enumeration indicates what action shall be taken incase the destination file already exists.Classorg.springframework.integration.file.supportSpring Integration
DirectoryScannerStrategy for scanning directories.Interfaceorg.springframework.integration.fileSpring Integration
DelegatingSessionFactorySessionFactory that delegates to a SessionFactory retrieved from aSessionFactoryLocator.Classorg.springframework.integration.file.remote.sessionSpring Integration
DefaultSessionFactoryLocatorThe default implementation of SessionFactoryLocator using a simple map lookupand an optional default to fall back on.Classorg.springframework.integration.file.remote.sessionSpring Integration
DefaultFileNameGeneratorDefault implementation of the filename generator strategy.Classorg.springframework.integration.fileSpring Integration
DefaultDirectoryScannerDefault directory scanner and base class for other directory scanners.Classorg.springframework.integration.fileSpring Integration
CompositeFileListFilterSimple FileListFilter that predicates its matches against all of theconfigured FileListFilter.Classorg.springframework.integration.file.filtersSpring Integration
ClientCallbackRemoteFileTemplate callback with the underlying client instance providingaccess to lower level methods.Interfaceorg.springframework.integration.file.remoteSpring Integration
ClientCallbackWithoutResultRemoteFileTemplate callback with the underlying client instance providingaccess to lower level methods where no result is returned.Classorg.springframework.integration.file.remoteSpring Integration
CachingSessionFactoryA SessionFactory implementation that caches Sessions for reuse withoutrequiring reconnection each time the Session is retrieved from the factory.Classorg.springframework.integration.file.remote.sessionSpring Integration
BigMGetTestsCreated this test because a customer reported hanging with large mget.Classorg.springframework.integration.file.testSpring Integration
ApacheCommonsFileTailingMessageProducerFile tailer that delegates to the Apache Commons Tailer.Classorg.springframework.integration.file.tailSpring Integration
AcceptOnceFileListFilterFileListFilter that passes files only one time.Classorg.springframework.integration.file.filtersSpring Integration
AcceptAllFileListFilterSimple implementation of FileListFilter that always returns true.Classorg.springframework.integration.file.filtersSpring Integration
AbstractSimplePatternFileListFilterBase class for filters that support ant style path expressions, which are less powerfulbut more readable than regular expressions.Classorg.springframework.integration.file.filtersSpring Integration
AbstractRemoteFileOutboundGatewayParserClassorg.springframework.integration.file.configSpring Integration
AbstractRemoteFileOutboundGateway .OptionInclude files beginning with .Classorg.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGatewaySpring Integration
AbstractRemoteFileOutboundGateway .CommandRetrieve a remote file.Classorg.springframework.integration.file.remote.gateway.AbstractRemoteFileOutboundGatewaySpring Integration
AbstractRemoteFileOutboundGatewayBase class for Outbound Gateways that perform remote file operations.Classorg.springframework.integration.file.remote.gatewaySpring Integration
AbstractRemoteFileInboundChannelAdapterParserAbstract base class for parsing remote file inbound channel adapters.Classorg.springframework.integration.file.configSpring Integration
AbstractRegexPatternFileListFilterFilters a listing of files by qualifying their 'name'against a regular expression (an instance of Pattern)Classorg.springframework.integration.file.filtersSpring Integration
AbstractPersistentAcceptOnceFileListFilterStores seen files in a MetadataStore to survive application restarts.Classorg.springframework.integration.file.filtersSpring Integration
AbstractInboundFileSynchronizingMessageSourceFactors out the common logic between the FTP and SFTP adapters.Classorg.springframework.integration.file.remote.synchronizerSpring Integration
AbstractInboundFileSynchronizerBase class charged with knowing how to connect to a remote file system,scan it for new files and then download the files.Classorg.springframework.integration.file.remote.synchronizerSpring Integration
AbstractFilePayloadTransformerParserBase class for File payload transformer parsers.Classorg.springframework.integration.file.configSpring Integration
AbstractFilePayloadTransformerBase class for transformers that convert a File payload.Classorg.springframework.integration.file.transformerSpring Integration
AbstractFileLockerFilterConvenience base class for implementing FileLockers that check a lock before accepting a file.Classorg.springframework.integration.file.lockingSpring Integration
AbstractFileListFilterA convenience base class for any FileListFilter whose criteria can beevaluated against each File in isolation.Classorg.springframework.integration.file.filtersSpring Integration
AbstractFileInfoAbstract implementation of FileInfo; provides a setterfor the remote directory and a generic toString implementation.Classorg.springframework.integration.file.remoteSpring Integration
WatchServiceDirectoryScannerDirectory scanner that uses Java 7 WatchService.Classorg.springframework.integration.fileSpring Integration