| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static XsltComponentBuilderFactory.XsltComponentBuilder |
ComponentsBuilderFactory.xslt()
XSLT (camel-xslt)
Transforms XML payload using an XSLT template.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
XsltComponentBuilderFactory.XsltComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default XsltComponentBuilderFactory.XsltComponentBuilder |
XsltComponentBuilderFactory.XsltComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
XsltComponentBuilderFactory.XsltComponentBuilder.contentCache(boolean contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
XsltComponentBuilderFactory.XsltComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
XsltComponentBuilderFactory.XsltComponentBuilder.transformerFactoryClass(String transformerFactoryClass)
To use a custom XSLT transformer factory, specified as a FQN class
name.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
XsltComponentBuilderFactory.XsltComponentBuilder.transformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy)
A configuration strategy to apply on freshly created instances of
TransformerFactory.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
XsltComponentBuilderFactory.XsltComponentBuilder.uriResolver(URIResolver uriResolver)
To use a custom UriResolver.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
XsltComponentBuilderFactory.XsltComponentBuilder.uriResolverFactory(org.apache.camel.component.xslt.XsltUriResolverFactory uriResolverFactory)
To use a custom UriResolver which depends on a dynamic endpoint
resource URI.
|
static XsltComponentBuilderFactory.XsltComponentBuilder |
XsltComponentBuilderFactory.xslt()
XSLT (camel-xslt)
Transforms XML payload using an XSLT template.
|
Apache Camel