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