Spring Integration

Uses of Interface
org.springframework.integration.file.FileNameGenerator

Packages that use FileNameGenerator
org.springframework.integration.file   
org.springframework.integration.file.config   
 

Uses of FileNameGenerator in org.springframework.integration.file
 

Classes in org.springframework.integration.file that implement FileNameGenerator
 class DefaultFileNameGenerator
          Default implementation of the filename generator strategy.
 

Methods in org.springframework.integration.file with parameters of type FileNameGenerator
 void FileWritingMessageHandler.setFileNameGenerator(FileNameGenerator fileNameGenerator)
          Provide the FileNameGenerator strategy to use when generating the destination file's name.
 

Uses of FileNameGenerator in org.springframework.integration.file.config
 

Methods in org.springframework.integration.file.config with parameters of type FileNameGenerator
 void FileWritingMessageHandlerFactoryBean.setFileNameGenerator(FileNameGenerator fileNameGenerator)
           
 


Spring Integration

Copyright © 2010. All Rights Reserved.