Interface TikaEndpointBuilderFactory.TikaEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
TikaEndpointBuilderFactory
public static interface TikaEndpointBuilderFactory.TikaEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Tika component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()
tikaParseOutputEncoding
(String tikaParseOutputEncoding) Tika Parse Output Encoding.tikaParseOutputFormat
(String tikaParseOutputFormat) Tika Output Format.tikaParseOutputFormat
(org.apache.camel.component.tika.TikaParseOutputFormat tikaParseOutputFormat) Tika Output Format.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
tikaParseOutputEncoding
default TikaEndpointBuilderFactory.TikaEndpointBuilder tikaParseOutputEncoding(String tikaParseOutputEncoding) Tika Parse Output Encoding. The option is a:java.lang.String
type. Group: producer- Parameters:
tikaParseOutputEncoding
- the value to set- Returns:
- the dsl builder
-
tikaParseOutputFormat
default TikaEndpointBuilderFactory.TikaEndpointBuilder tikaParseOutputFormat(org.apache.camel.component.tika.TikaParseOutputFormat tikaParseOutputFormat) Tika Output Format. Supported output formats. xml: Returns Parsed Content as XML. html: Returns Parsed Content as HTML. text: Returns Parsed Content as Text. textMain: Uses the boilerpipe library to automatically extract the main content from a web page. The option is a:org.apache.camel.component.tika.TikaParseOutputFormat
type. Default: xml Group: producer- Parameters:
tikaParseOutputFormat
- the value to set- Returns:
- the dsl builder
-
tikaParseOutputFormat
default TikaEndpointBuilderFactory.TikaEndpointBuilder tikaParseOutputFormat(String tikaParseOutputFormat) Tika Output Format. Supported output formats. xml: Returns Parsed Content as XML. html: Returns Parsed Content as HTML. text: Returns Parsed Content as Text. textMain: Uses the boilerpipe library to automatically extract the main content from a web page. The option will be converted to aorg.apache.camel.component.tika.TikaParseOutputFormat
type. Default: xml Group: producer- Parameters:
tikaParseOutputFormat
- the value to set- Returns:
- the dsl builder
-