default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.allowStAX(boolean allowStAX) |
Whether to allow using StAX as the javax.xml.transform.Source.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.allowStAX(String allowStAX) |
Whether to allow using StAX as the javax.xml.transform.Source.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.AdvancedXJEndpointBuilder.basic() |
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.contentCache(boolean contentCache) |
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.contentCache(String contentCache) |
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
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 |
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.
|
static XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.failOnNullBody(boolean failOnNullBody) |
Whether or not to throw an exception if the input body is null.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.failOnNullBody(String failOnNullBody) |
Whether or not to throw an exception if the input body is null.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.output(String output) |
Option to specify which output type to use.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.output(XJEndpointBuilderFactory.XsltOutput output) |
Option to specify which output type to use.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.transformDirection(String transformDirection) |
Transform direction.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJEndpointBuilder.transformDirection(XJEndpointBuilderFactory.TransformDirection transformDirection) |
Transform direction.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
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 |
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.XJEndpointBuilder |
XJEndpointBuilderFactory.XJBuilders.xj(String path) |
XJ (camel-xj)
Transform JSON and XML message using a XSLT.
|
default XJEndpointBuilderFactory.XJEndpointBuilder |
XJEndpointBuilderFactory.XJBuilders.xj(String componentName,
String path) |
XJ (camel-xj)
Transform JSON and XML message using a XSLT.
|