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