| Package | Description |
|---|---|
| org.apache.camel.builder.component | |
| org.apache.camel.builder.component.dsl |
| Modifier and Type | Method and Description |
|---|---|
static XjComponentBuilderFactory.XjComponentBuilder |
ComponentsBuilderFactory.xj()
XJ (camel-xj)
Transform JSON and XML message using a XSLT.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
XjComponentBuilderFactory.XjComponentBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.basicPropertyBinding(boolean basicPropertyBinding)
Whether the component should use basic property binding (Camel 2.x)
or the newer property binding with additional capabilities.
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.contentCache(boolean contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.saxonConfiguration(net.sf.saxon.Configuration saxonConfiguration)
To use a custom Saxon configuration.
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.saxonConfigurationProperties(Map<String,Object> saxonConfigurationProperties)
To set custom Saxon configuration properties.
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.saxonExtensionFunctions(String saxonExtensionFunctions)
Allows you to use a custom
net.sf.saxon.lib.ExtensionFunctionDefinition.
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.transformerFactoryClass(String transformerFactoryClass)
To use a custom XSLT transformer factory, specified as a FQN class
name.
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.transformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy)
A configuration strategy to apply on freshly created instances of
TransformerFactory.
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.uriResolver(URIResolver uriResolver)
To use a custom UriResolver.
|
default XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.XjComponentBuilder.uriResolverFactory(org.apache.camel.component.xslt.XsltUriResolverFactory uriResolverFactory)
To use a custom UriResolver which depends on a dynamic endpoint
resource URI.
|
static XjComponentBuilderFactory.XjComponentBuilder |
XjComponentBuilderFactory.xj()
XJ (camel-xj)
Transform JSON and XML message using a XSLT.
|
Apache Camel