|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileEndpoint | |
---|---|
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 FileEndpoint in org.apache.camel.component.file |
---|
Methods in org.apache.camel.component.file that return FileEndpoint | |
---|---|
FileEndpoint |
FileProducer.getEndpoint()
Deprecated. will be removed in Camel 2.0. |
Methods in org.apache.camel.component.file with parameters of type FileEndpoint | |
---|---|
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 |
FileProcessStrategy.rollback(FileEndpoint endpoint,
FileExchange exchange,
File file)
Releases any file locks and possibly deletes or moves the file after unsuccessful processing |
Constructors in org.apache.camel.component.file with parameters of type FileEndpoint | |
---|---|
FileConsumer(FileEndpoint endpoint,
Processor processor)
|
|
FileProducer(FileEndpoint endpoint)
|
Uses of FileEndpoint in org.apache.camel.component.file.strategy |
---|
Methods in org.apache.camel.component.file.strategy with parameters of type FileEndpoint | |
---|---|
boolean |
FileProcessStrategySupport.begin(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
void |
DeleteFileProcessStrategy.commit(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
void |
FileProcessStrategySupport.commit(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
void |
RenameFileProcessStrategy.commit(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
void |
FileProcessStrategySupport.rollback(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
protected void |
FileProcessStrategySupport.unlockFile(FileEndpoint endpoint,
FileExchange exchange,
File file)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |