|
||||||||||
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. |
org.apache.camel.language.simple | Camel Simple language. |
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 after successful processing |
void |
FileProducer.process(FileExchange exchange)
|
protected void |
FileConsumer.processStrategyCommit(FileProcessStrategy processStrategy,
FileExchange exchange,
File file,
boolean failureHandled)
Strategy when the file was processed and a commit should be executed. |
protected void |
FileConsumer.processStrategyRollback(FileProcessStrategy processStrategy,
FileExchange exchange,
File file)
Strategy when the file was not processed and a rollback should be executed. |
void |
FileProcessStrategy.rollback(FileEndpoint endpoint,
FileExchange exchange,
File file)
Releases any file locks and possibly deletes or moves the file after unsuccessful processing |
Uses of FileExchange in org.apache.camel.component.file.strategy |
---|
Methods in org.apache.camel.component.file.strategy with parameters of type FileExchange | |
---|---|
boolean |
RenameFileProcessStrategy.begin(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
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)
|
File |
DefaultFileRenamer.renameFile(FileExchange exchange,
File file)
|
File |
FileRenamer.renameFile(FileExchange exchange,
File file)
Renames the given file |
File |
FileExpressionRenamer.renameFile(FileExchange exchange,
File file)
|
void |
FileProcessStrategySupport.rollback(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
protected void |
FileProcessStrategySupport.unlockFile(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
Uses of FileExchange in org.apache.camel.language.simple |
---|
Methods in org.apache.camel.language.simple that return types with arguments of type FileExchange | |
---|---|
protected Expression<FileExchange> |
FileLanguage.createSimpleExpression(String expression)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |