public static interface XsltComponentBuilderFactory.XsltComponentBuilder extends ComponentBuilder<org.apache.camel.component.xslt.XsltComponent>
| Modifier and Type | Method and Description |
|---|---|
default XsltComponentBuilderFactory.XsltComponentBuilder |
autowiredEnabled(boolean autowiredEnabled)
Whether autowiring is enabled.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
contentCache(boolean contentCache)
Cache for the resource content (the stylesheet file) when it is
loaded.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
transformerFactoryClass(String transformerFactoryClass)
To use a custom XSLT transformer factory, specified as a FQN class
name.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
transformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy)
A configuration strategy to apply on freshly created instances of
TransformerFactory.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
uriResolver(URIResolver uriResolver)
To use a custom UriResolver.
|
default XsltComponentBuilderFactory.XsltComponentBuilder |
uriResolverFactory(org.apache.camel.component.xslt.XsltUriResolverFactory uriResolverFactory)
To use a custom UriResolver which depends on a dynamic endpoint
resource URI.
|
build, build, doSetProperty, registerdefault XsltComponentBuilderFactory.XsltComponentBuilder contentCache(boolean contentCache)
contentCache - the value to setdefault XsltComponentBuilderFactory.XsltComponentBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault XsltComponentBuilderFactory.XsltComponentBuilder autowiredEnabled(boolean autowiredEnabled)
autowiredEnabled - the value to setdefault XsltComponentBuilderFactory.XsltComponentBuilder transformerFactoryClass(String transformerFactoryClass)
transformerFactoryClass - the value to setdefault XsltComponentBuilderFactory.XsltComponentBuilder transformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy)
transformerFactoryConfigurationStrategy - the value to setdefault XsltComponentBuilderFactory.XsltComponentBuilder uriResolver(URIResolver uriResolver)
uriResolver - the value to setdefault XsltComponentBuilderFactory.XsltComponentBuilder uriResolverFactory(org.apache.camel.component.xslt.XsltUriResolverFactory uriResolverFactory)
uriResolverFactory - the value to setApache Camel