public static interface XsltEndpointBuilderFactory.XsltEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder |
advanced() |
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
contentCache(boolean contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
contentCache(String contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
deleteOutputFile(boolean deleteOutputFile)
If you have output=file then this option dictates whether or not the
output file should be deleted when the Exchange is done processing.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
deleteOutputFile(String deleteOutputFile)
If you have output=file then this option dictates whether or not the
output file should be deleted when the Exchange is done processing.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
failOnNullBody(boolean failOnNullBody)
Whether or not to throw an exception if the input body is null.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
failOnNullBody(String failOnNullBody)
Whether or not to throw an exception if the input body is null.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
output(String output)
Option to specify which output type to use.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
output(XsltEndpointBuilderFactory.XsltOutput output)
Option to specify which output type to use.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
transformerCacheSize(int transformerCacheSize)
The number of javax.xml.transform.Transformer object that are cached
for reuse to avoid calls to Template.newTransformer().
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
transformerCacheSize(String transformerCacheSize)
The number of javax.xml.transform.Transformer object that are cached
for reuse to avoid calls to Template.newTransformer().
|
default XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder advanced()
default XsltEndpointBuilderFactory.XsltEndpointBuilder contentCache(boolean contentCache)
boolean type.
Default: true
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder contentCache(String contentCache)
boolean type.
Default: true
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder deleteOutputFile(boolean deleteOutputFile)
boolean type.
Default: false
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder deleteOutputFile(String deleteOutputFile)
boolean type.
Default: false
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder failOnNullBody(boolean failOnNullBody)
boolean type.
Default: true
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder failOnNullBody(String failOnNullBody)
boolean type.
Default: true
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder output(XsltEndpointBuilderFactory.XsltOutput output)
org.apache.camel.component.xslt.XsltOutput type.
Default: string
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder output(String output)
org.apache.camel.component.xslt.XsltOutput type.
Default: string
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder transformerCacheSize(int transformerCacheSize)
int type.
Default: 0
Group: producerdefault XsltEndpointBuilderFactory.XsltEndpointBuilder transformerCacheSize(String transformerCacheSize)
int type.
Default: 0
Group: producerApache Camel