Uses of Interface
org.apache.camel.builder.endpoint.dsl.XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder
Packages that use XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder
-
Uses of XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilderModifier and TypeMethodDescriptionXSLT Saxon (camel-xslt-saxon) Transform XML payloads using an XSLT template using Saxon.XSLT Saxon (camel-xslt-saxon) Transform XML payloads using an XSLT template using Saxon. -
Uses of XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilderModifier and TypeMethodDescriptionXsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.allowStAX(boolean allowStAX) Whether to allow using StAX as the javax.xml.transform.Source.Whether to allow using StAX as the javax.xml.transform.Source.XsltSaxonEndpointBuilderFactory.AdvancedXsltSaxonEndpointBuilder.basic()XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.contentCache(boolean contentCache) Cache for the resource content (the stylesheet file) when it is loaded.XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.contentCache(String contentCache) Cache for the resource content (the stylesheet file) when it is loaded.XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.deleteOutputFile(boolean deleteOutputFile) If you have output=file then this option dictates whether or not the output file should be deleted when the Exchange is done processing.XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.deleteOutputFile(String deleteOutputFile) If you have output=file then this option dictates whether or not the output file should be deleted when the Exchange is done processing.XsltSaxonEndpointBuilderFactory.endpointBuilder(String componentName, String path) XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.failOnNullBody(boolean failOnNullBody) Whether or not to throw an exception if the input body is null.XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.failOnNullBody(String failOnNullBody) Whether or not to throw an exception if the input body is null.Option to specify which output type to use.XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.output(org.apache.camel.component.xslt.XsltOutput output) Option to specify which output type to use.XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.transformerCacheSize(int transformerCacheSize) The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to Template.newTransformer().XsltSaxonEndpointBuilderFactory.XsltSaxonEndpointBuilder.transformerCacheSize(String transformerCacheSize) The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to Template.newTransformer().XSLT Saxon (camel-xslt-saxon) Transform XML payloads using an XSLT template using Saxon.XSLT Saxon (camel-xslt-saxon) Transform XML payloads using an XSLT template using Saxon.