See: Description
| Interface | Description |
|---|---|
| GenericFileBinding<T> |
Binding between the generic file and the body content.
|
| GenericFileExclusiveReadLockStrategy<T> |
Strategy for acquiring exclusive read locks for files to be consumed.
|
| GenericFileFilter<T> |
A filter for
GenericFile. |
| GenericFileOperations<T> | |
| GenericFileProcessStrategy<T> |
Represents a pluggable strategy when processing files.
|
| Class | Description |
|---|---|
| AntPathMatcherFileFilter |
File filter using
AntPathMatcher. |
| AntPathMatcherGenericFileFilter<T> |
File filter using AntPathMatcher.
|
| FileBinding |
File binding with the
File type. |
| FileComponent |
* The File Component provides access to file systems.
|
| FileConsumer |
File consumer.
|
| FileEndpoint |
The file component is used for reading or writing files.
|
| FileOperations |
File operations for
File. |
| GenericFile<T> |
Generic File.
|
| GenericFileComponent<T> |
Base class file component.
|
| GenericFileConfiguration | |
| GenericFileConsumer<T> |
Base class for file consumers.
|
| GenericFileConverter |
A set of converter methods for working with generic file types
|
| GenericFileDefaultBinding<T> |
Default binding for generic file.
|
| GenericFileDefaultSorter |
Default file sorter.
|
| GenericFileEndpoint<T> |
Base class for file endpoints
|
| GenericFileMessage<T> |
Generic file message
|
| GenericFileOnCompletion<T> |
On completion strategy that performs the required work after the
Exchange has been processed. |
| GenericFileProducer<T> |
Generic file producer
|
| Enum | Description |
|---|---|
| GenericFileExist |
Represent the kinds of options when writing a file and what to do in case of an existing file exists.
|
| Exception | Description |
|---|---|
| GenericFileOperationFailedException |
Exception thrown in case of last file operation failed.
|
Apache Camel