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. 
 

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(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
 void FileProducer.process(FileExchange exchange)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.