Package | Description |
---|---|
org.springframework.integration.file |
Base package for File support.
|
org.springframework.integration.file.config |
Provides classes for configuration - parsers, namespace handlers, factory beans.
|
org.springframework.integration.file.remote |
Base package for supporting remote files.
|
org.springframework.integration.file.remote.handler |
Provides classes supporting remote file message handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultFileNameGenerator
Default implementation of the filename generator strategy.
|
Modifier and Type | Method and Description |
---|---|
void |
FileWritingMessageHandler.setFileNameGenerator(FileNameGenerator fileNameGenerator)
Provide the
FileNameGenerator strategy to use when generating
the destination file's name. |
Modifier and Type | Method and Description |
---|---|
void |
FileWritingMessageHandlerFactoryBean.setFileNameGenerator(FileNameGenerator fileNameGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
RemoteFileTemplate.setFileNameGenerator(FileNameGenerator fileNameGenerator) |
Modifier and Type | Method and Description |
---|---|
void |
FileTransferringMessageHandler.setFileNameGenerator(FileNameGenerator fileNameGenerator) |
Copyright © 2015. All rights reserved.