default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.allowStAX(boolean allowStAX) |
Whether to allow using StAX as the javax.xml.transform.Source.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.allowStAX(String allowStAX) |
Whether to allow using StAX as the javax.xml.transform.Source.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.basic() |
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.contentCache(boolean contentCache) |
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.contentCache(String contentCache) |
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
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 |
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.
|
static XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.failOnNullBody(boolean failOnNullBody) |
Whether or not to throw an exception if the input body is null.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.failOnNullBody(String failOnNullBody) |
Whether or not to throw an exception if the input body is null.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.output(String output) |
Option to specify which output type to use.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.output(XsltSaxonEndpointBuilderFactory.XsltOutput output) |
Option to specify which output type to use.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
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 |
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.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonBuilders.xsltSaxon(String path) |
XSLT Saxon (camel-xslt-saxon)
Transform XML payloads using an XSLT template using Saxon.
|
default XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder |
XsltSaxonEndpointBuilderFactory.XsltSaxonBuilders.xsltSaxon(String componentName,
String path) |
XSLT Saxon (camel-xslt-saxon)
Transform XML payloads using an XSLT template using Saxon.
|