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)
boolean type.
Default: true
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder allowStAX(String allowStAX)
boolean type.
Default: true
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder contentCache(boolean contentCache)
boolean type.
Default: true
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder contentCache(String contentCache)
boolean type.
Default: true
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder deleteOutputFile(boolean deleteOutputFile)
boolean type.
Default: false
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder deleteOutputFile(String deleteOutputFile)
boolean type.
Default: false
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder failOnNullBody(boolean failOnNullBody)
boolean type.
Default: true
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder failOnNullBody(String failOnNullBody)
boolean type.
Default: true
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder lazyStartProducer(boolean lazyStartProducer)
boolean type.
Default: false
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder lazyStartProducer(String lazyStartProducer)
boolean type.
Default: false
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder output(XsltSaxonEndpointBuilderFactory.XsltOutput output)
org.apache.camel.component.xslt.XsltOutput type.
Default: string
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder output(String output)
org.apache.camel.component.xslt.XsltOutput type.
Default: string
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder transformerCacheSize(int transformerCacheSize)
int type.
Default: 0
Group: producerdefault XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder transformerCacheSize(String transformerCacheSize)
int type.
Default: 0
Group: producerApache Camel