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

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
 org.apache.camel.Consumer<FileExchange> FileEndpoint.createConsumer(org.apache.camel.Processor<FileExchange> file)
           
protected  org.apache.camel.Endpoint<FileExchange> FileComponent.createEndpoint(String uri, String remaining, Map parameters)
           
 org.apache.camel.Producer<FileExchange> FileEndpoint.createProducer()
           
 

Methods in org.apache.camel.component.file with parameters of type FileExchange
 void FileProducer.process(FileExchange exchange)
           
 

Method parameters in org.apache.camel.component.file with type arguments of type FileExchange
 org.apache.camel.Consumer<FileExchange> FileEndpoint.createConsumer(org.apache.camel.Processor<FileExchange> file)
           
 

Constructor parameters in org.apache.camel.component.file with type arguments of type FileExchange
FileConsumer(FileEndpoint endpoint, org.apache.camel.Processor<FileExchange> processor, ScheduledExecutorService executor)
           
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.