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)
contentCache - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder deleteOutputFile(boolean deleteOutputFile)
deleteOutputFile - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder deleteOutputFile(String deleteOutputFile)
deleteOutputFile - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder failOnNullBody(boolean failOnNullBody)
failOnNullBody - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder failOnNullBody(String failOnNullBody)
failOnNullBody - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder output(XsltEndpointBuilderFactory.XsltOutput output)
output - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder output(String output)
output - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder transformerCacheSize(int transformerCacheSize)
transformerCacheSize - the value to setdefault XsltEndpointBuilderFactory.XsltEndpointBuilder transformerCacheSize(String transformerCacheSize)
transformerCacheSize - the value to setApache Camel