Interface TikaEndpointBuilderFactory.TikaBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
TikaEndpointBuilderFactory
public static interface TikaEndpointBuilderFactory.TikaBuilders
-
Method Summary
Modifier and TypeMethodDescriptionTika (camel-tika) Parse documents and extract metadata and text using Apache Tika.Tika (camel-tika) Parse documents and extract metadata and text using Apache Tika.
-
Method Details
-
tika
Tika (camel-tika) Parse documents and extract metadata and text using Apache Tika. Category: document,transformation Since: 2.19 Maven coordinates: org.apache.camel:camel-tika Syntax:tika:operationPath parameter: operation (required) Operation type There are 2 enums and the value can be one of: parse, detect- Parameters:
path- operation- Returns:
- the dsl builder
-
tika
Tika (camel-tika) Parse documents and extract metadata and text using Apache Tika. Category: document,transformation Since: 2.19 Maven coordinates: org.apache.camel:camel-tika Syntax:tika:operationPath parameter: operation (required) Operation type There are 2 enums and the value can be one of: parse, detect- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- operation- Returns:
- the dsl builder
-