Uses of Package
org.springframework.integration.file
Packages that use org.springframework.integration.file
Package
Description
Base package for File support.
Provides classes for configuration - parsers, namespace handlers, factory beans.
Provides File Components support for Spring Integration Java DSL.
Provides classes supporting file locking.
Base package for supporting remote files.
Provides classes supporting remote file gateways.
Provides classes supporting remote file message handlers.
Provides classes supporting the synchronization of remote and
local file directories.
Classes to support Transformer pattern for Zip.
-
Classes in org.springframework.integration.file used by org.springframework.integration.fileClassDescriptionDefault directory scanner and base class for other directory scanners.Strategy for scanning directories.A FileLocker is a strategy that can ensure that files are only processed a single time.Strategy interface for generating a file name from a message.When using
FileExistsMode.APPEND_NO_FLUSH
, an implementation of this interface is called for each file that has pending data to flush and close whenFileWritingMessageHandler.flushIfNeeded(FlushPredicate)
is invoked.When usingFileExistsMode.APPEND_NO_FLUSH
an implementation of this interface is called for each file that has pending data to flush when a trigger message is received. -
Classes in org.springframework.integration.file used by org.springframework.integration.file.configClassDescriptionStrategy for scanning directories.Strategy interface for generating a file name from a message.
MessageSource
that creates messages from a file system directory.AMessageHandler
implementation that writes the Message payload to a file.When usingFileExistsMode.APPEND_NO_FLUSH
an implementation of this interface is called for each file that has pending data to flush when a trigger message is received. -
Classes in org.springframework.integration.file used by org.springframework.integration.file.dslClassDescriptionStrategy for scanning directories.A FileLocker is a strategy that can ensure that files are only processed a single time.Strategy interface for generating a file name from a message.When using
FileExistsMode.APPEND_NO_FLUSH
an implementation of this interface is called for each file that has pending data to flush when a trigger message is received. -
Classes in org.springframework.integration.file used by org.springframework.integration.file.lockingClassDescriptionA FileLocker is a strategy that can ensure that files are only processed a single time.
-
Classes in org.springframework.integration.file used by org.springframework.integration.file.remote
-
-
-
-