| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
ComponentsBuilderFactory.xsltSaxon()
XSLT Saxon (camel-xslt-saxon)
Transform XML payloads using an XSLT template using Saxon.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.contentCache(boolean contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.saxonConfiguration(net.sf.saxon.Configuration saxonConfiguration)
To use a custom Saxon configuration.
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.saxonConfigurationProperties(Map<String,Object> saxonConfigurationProperties)
To set custom Saxon configuration properties.
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.saxonExtensionFunctions(String saxonExtensionFunctions)
Allows you to use a custom
net.sf.saxon.lib.ExtensionFunctionDefinition.
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.transformerFactoryClass(String transformerFactoryClass)
To use a custom XSLT transformer factory, specified as a FQN class
name.
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.transformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy)
A configuration strategy to apply on freshly created instances of
TransformerFactory.
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.uriResolver(URIResolver uriResolver)
To use a custom UriResolver.
|
default XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.uriResolverFactory(org.apache.camel.component.xslt.XsltUriResolverFactory uriResolverFactory)
To use a custom UriResolver which depends on a dynamic endpoint
resource URI.
|
static XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder |
XsltSaxonComponentBuilderFactory.xsltSaxon()
XSLT Saxon (camel-xslt-saxon)
Transform XML payloads using an XSLT template using Saxon.
|
Apache Camel