|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenericFileEndpoint | |
---|---|
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 GenericFileEndpoint in org.apache.camel.component.file |
---|
Subclasses of GenericFileEndpoint in org.apache.camel.component.file | |
---|---|
class |
FileEndpoint
File endpoint. |
Fields in org.apache.camel.component.file declared as GenericFileEndpoint | |
---|---|
protected GenericFileEndpoint<T> |
GenericFileProducer.endpoint
|
protected GenericFileEndpoint<T> |
GenericFileConsumer.endpoint
|
Methods in org.apache.camel.component.file that return GenericFileEndpoint | |
---|---|
protected abstract GenericFileEndpoint<T> |
GenericFileComponent.buildFileEndpoint(String uri,
String remaining,
Map parameters)
A factory method for derived file components to create the endpoint |
protected GenericFileEndpoint<File> |
FileComponent.buildFileEndpoint(String uri,
String remaining,
Map parameters)
|
protected GenericFileEndpoint<T> |
GenericFileComponent.createEndpoint(String uri,
String remaining,
Map parameters)
|
Methods in org.apache.camel.component.file with parameters of type GenericFileEndpoint | |
---|---|
protected void |
FileComponent.afterPropertiesSet(GenericFileEndpoint<File> endpoint)
|
protected abstract void |
GenericFileComponent.afterPropertiesSet(GenericFileEndpoint<T> endpoint)
A factory method for derived file components to perform validation of properties |
boolean |
GenericFileProcessStrategy.begin(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
Called when work is about to begin on this file. |
void |
GenericFileProcessStrategy.commit(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
Releases any file locks and possibly deletes or moves the file after successful processing |
void |
GenericFileProcessStrategy.rollback(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
Releases any file locks and possibly deletes or moves the file after unsuccessful processing |
void |
GenericFileOperations.setEndpoint(GenericFileEndpoint endpoint)
Sets the endpoint as some implementations need access to the endpoint and how its configured. |
void |
FileOperations.setEndpoint(GenericFileEndpoint endpoint)
|
Constructors in org.apache.camel.component.file with parameters of type GenericFileEndpoint | |
---|---|
FileConsumer(GenericFileEndpoint<File> endpoint,
Processor processor,
GenericFileOperations<File> operations)
|
|
GenericFileConsumer(GenericFileEndpoint<T> endpoint,
Processor processor,
GenericFileOperations<T> operations)
|
|
GenericFileOnCompletion(GenericFileEndpoint<T> endpoint,
GenericFileOperations<T> operations)
|
|
GenericFileProducer(GenericFileEndpoint<T> endpoint,
GenericFileOperations<T> operations)
|
Uses of GenericFileEndpoint in org.apache.camel.component.file.strategy |
---|
Methods in org.apache.camel.component.file.strategy with parameters of type GenericFileEndpoint | |
---|---|
boolean |
GenericFileRenameProcessStrategy.begin(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
|
boolean |
GenericFileProcessStrategySupport.begin(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
|
void |
GenericFileRenameProcessStrategy.commit(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
|
void |
GenericFileProcessStrategySupport.commit(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
|
void |
GenericFileDeleteProcessStrategy.commit(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
|
void |
GenericFileProcessStrategySupport.rollback(GenericFileOperations<T> operations,
GenericFileEndpoint<T> endpoint,
Exchange exchange,
GenericFile<T> file)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |