|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileExchange | |
---|---|
org.apache.camel.component.file | The File Component for working with file systems. |
org.apache.camel.component.file.strategy | Strategies for the File Component. |
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)
Create a new exchange for communicating with this endpoint |
FileExchange |
FileMessage.getExchange()
|
Methods in org.apache.camel.component.file that return types with arguments of type FileExchange | |
---|---|
Consumer<FileExchange> |
FileEndpoint.createConsumer(Processor processor)
|
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 |
DeleteFileProcessStrategy.commit(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
void |
RenameFileProcessStrategy.commit(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
void |
FileProcessStrategySupport.commit(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |