Uses of Interface
org.apache.camel.builder.component.dsl.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder
Packages that use XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder
-
Uses of XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.xsltSaxon()XSLT Saxon (camel-xslt-saxon) Transform XML payloads using an XSLT template using Saxon. -
Uses of XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilderModifier and TypeMethodDescriptionXsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.contentCache(boolean contentCache) Cache for the resource content (the stylesheet file) when it is loaded.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.saxonConfiguration(net.sf.saxon.Configuration saxonConfiguration) To use a custom Saxon configuration.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.saxonConfigurationProperties(Map<String, Object> saxonConfigurationProperties) To set custom Saxon configuration properties.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.saxonExtensionFunctions(String saxonExtensionFunctions) Allows you to use a custom net.sf.saxon.lib.ExtensionFunctionDefinition.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.secureProcessing(boolean secureProcessing) Feature for XML secure processing (see javax.xml.XMLConstants).XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.transformerFactoryClass(String transformerFactoryClass) To use a custom XSLT transformer factory, specified as a FQN class name.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.transformerFactoryConfigurationStrategy(org.apache.camel.component.xslt.TransformerFactoryConfigurationStrategy transformerFactoryConfigurationStrategy) A configuration strategy to apply on freshly created instances of TransformerFactory.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.uriResolver(URIResolver uriResolver) To use a custom UriResolver.XsltSaxonComponentBuilderFactory.XsltSaxonComponentBuilder.uriResolverFactory(org.apache.camel.component.xslt.XsltUriResolverFactory uriResolverFactory) To use a custom UriResolver which depends on a dynamic endpoint resource URI.XsltSaxonComponentBuilderFactory.xsltSaxon()XSLT Saxon (camel-xslt-saxon) Transform XML payloads using an XSLT template using Saxon.