Interface SmooksEndpointBuilderFactory.SmooksEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
SmooksEndpointBuilderFactory
public static interface SmooksEndpointBuilderFactory.SmooksEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the Smooks component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()reportPath(String reportPath) File path to place the generated HTML execution report.Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
reportPath
File path to place the generated HTML execution report. The report is a useful tool in the developers arsenal for diagnosing issues or comprehending a transformation. Do not set in production since this is a major performance drain. The option is a:java.lang.Stringtype. Group: producer- Parameters:
reportPath- the value to set- Returns:
- the dsl builder
-