public static interface XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder |
advanced() |
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
allowStAX(boolean allowStAX)
Whether to allow using StAX as the javax.xml.transform.Source.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
allowStAX(String allowStAX)
Whether to allow using StAX as the javax.xml.transform.Source.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
contentCache(boolean contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
contentCache(String contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
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 XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
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 XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
failOnNullBody(boolean failOnNullBody)
Whether or not to throw an exception if the input body is null.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
failOnNullBody(String failOnNullBody)
Whether or not to throw an exception if the input body is null.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
output(String output)
Option to specify which output type to use.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
output(XsltSaxonEndpointBuilderFactory.XsltOutput output)
Option to specify which output type to use.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
transformerCacheSize(int transformerCacheSize)
The number of javax.xml.transform.Transformer object that are cached
for reuse to avoid calls to Template.newTransformer().
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
transformerCacheSize(String transformerCacheSize)
The number of javax.xml.transform.Transformer object that are cached
for reuse to avoid calls to Template.newTransformer().
|
default XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder advanced()
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder allowStAX(boolean allowStAX)
allowStAX - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder allowStAX(String allowStAX)
allowStAX - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder contentCache(String contentCache)
contentCache - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder deleteOutputFile(boolean deleteOutputFile)
deleteOutputFile - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder deleteOutputFile(String deleteOutputFile)
deleteOutputFile - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder failOnNullBody(boolean failOnNullBody)
failOnNullBody - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder failOnNullBody(String failOnNullBody)
failOnNullBody - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder output(XsltSaxonEndpointBuilderFactory.XsltOutput output)
output - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder output(String output)
output - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder transformerCacheSize(int transformerCacheSize)
transformerCacheSize - the value to setdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder transformerCacheSize(String transformerCacheSize)
transformerCacheSize - the value to setApache Camel