| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static XsltEndpointBuilderFactory.XsltEndpointBuilder |
StaticEndpointBuilders.xslt(String path)
XSLT (camel-xslt)
Transforms XML payload using an XSLT template.
|
static XsltEndpointBuilderFactory.XsltEndpointBuilder |
StaticEndpointBuilders.xslt(String componentName,
String path)
XSLT (camel-xslt)
Transforms XML payload using an XSLT template.
|
| Modifier and Type | Method and Description |
|---|---|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder.basic() |
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.contentCache(boolean contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.contentCache(String contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.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 XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.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 XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.failOnNullBody(boolean failOnNullBody)
Whether or not to throw an exception if the input body is null.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.failOnNullBody(String failOnNullBody)
Whether or not to throw an exception if the input body is null.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.output(String output)
Option to specify which output type to use.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.output(XsltEndpointBuilderFactory.XsltOutput output)
Option to specify which output type to use.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.transformerCacheSize(int transformerCacheSize)
The number of javax.xml.transform.Transformer object that are cached
for reuse to avoid calls to Template.newTransformer().
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltEndpointBuilder.transformerCacheSize(String transformerCacheSize)
The number of javax.xml.transform.Transformer object that are cached
for reuse to avoid calls to Template.newTransformer().
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltBuilders.xslt(String path)
XSLT (camel-xslt)
Transforms XML payload using an XSLT template.
|
default XsltEndpointBuilderFactory.XsltEndpointBuilder |
XsltEndpointBuilderFactory.XsltBuilders.xslt(String componentName,
String path)
XSLT (camel-xslt)
Transforms XML payload using an XSLT template.
|
Apache Camel