Uses of Class
org.apache.camel.component.file.FileExchange

Packages that use FileExchange
org.apache.camel.component.file The File Component for working with file systems. 
org.apache.camel.component.file.strategy   
 

Uses of FileExchange in org.apache.camel.component.file
 

Methods in org.apache.camel.component.file that return FileExchange
 FileExchange FileEndpoint.createExchange()
           
 FileExchange FileEndpoint.createExchange(ExchangePattern pattern)
           
 FileExchange FileEndpoint.createExchange(File file)
           
 FileExchange FileMessage.getExchange()
           
 

Methods in org.apache.camel.component.file that return types with arguments of type FileExchange
 Consumer<FileExchange> FileEndpoint.createConsumer(Processor file)
           
protected  Endpoint<FileExchange> FileComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 Producer<FileExchange> FileEndpoint.createProducer()
           
 

Methods in org.apache.camel.component.file with parameters of type FileExchange
 boolean FileProcessStrategy.begin(FileEndpoint endpoint, FileExchange exchange, File file)
          Called when work is about to begin on this file.
 void FileProcessStrategy.commit(FileEndpoint endpoint, FileExchange exchange, File file)
          Releases any file locks and possibly deletes or moves the file
 void FileProducer.process(FileExchange exchange)
           
 

Uses of FileExchange in org.apache.camel.component.file.strategy
 

Methods in org.apache.camel.component.file.strategy with parameters of type FileExchange
 boolean FileProcessStrategySupport.begin(FileEndpoint endpoint, FileExchange exchange, File file)
           
 void RenameFileProcessStrategy.commit(FileEndpoint endpoint, FileExchange exchange, File file)
           
 void FileProcessStrategySupport.commit(FileEndpoint endpoint, FileExchange exchange, File file)
           
 void DeleteFileProcessStrategy.commit(FileEndpoint endpoint, FileExchange exchange, File file)
           
 



Copyright © 2008 Apache Software Foundation. All Rights Reserved.