Uses of Interface
org.apache.camel.builder.endpoint.dsl.XsltEndpointBuilderFactory.XsltEndpointBuilder
Packages that use XsltEndpointBuilderFactory.XsltEndpointBuilder
-
Uses of XsltEndpointBuilderFactory.XsltEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return XsltEndpointBuilderFactory.XsltEndpointBuilderModifier and TypeMethodDescriptionXSLT (camel-xslt) Transforms XML payload using an XSLT template.XSLT (camel-xslt) Transforms XML payload using an XSLT template. -
Uses of XsltEndpointBuilderFactory.XsltEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return XsltEndpointBuilderFactory.XsltEndpointBuilderModifier and TypeMethodDescriptionXsltEndpointBuilderFactory.XsltEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).XsltEndpointBuilderFactory.XsltEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).XsltEndpointBuilderFactory.AdvancedXsltEndpointBuilder.basic()XsltEndpointBuilderFactory.XsltEndpointBuilder.contentCache(boolean contentCache) Cache for the resource content (the stylesheet file) when it is loaded on startup.XsltEndpointBuilderFactory.XsltEndpointBuilder.contentCache(String contentCache) Cache for the resource content (the stylesheet file) when it is loaded on startup.XsltEndpointBuilderFactory.XsltEndpointBuilder.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.XsltEndpointBuilderFactory.XsltEndpointBuilder.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.XsltEndpointBuilderFactory.endpointBuilder(String componentName, String path) XsltEndpointBuilderFactory.XsltEndpointBuilder.failOnNullBody(boolean failOnNullBody) Whether or not to throw an exception if the input body is null.XsltEndpointBuilderFactory.XsltEndpointBuilder.failOnNullBody(String failOnNullBody) Whether or not to throw an exception if the input body is null.Option to specify which output type to use.XsltEndpointBuilderFactory.XsltEndpointBuilder.output(org.apache.camel.component.xslt.XsltOutput output) Option to specify which output type to use.XsltEndpointBuilderFactory.XsltEndpointBuilder.transformerCacheSize(int transformerCacheSize) The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to Template.newTransformer().XsltEndpointBuilderFactory.XsltEndpointBuilder.transformerCacheSize(String transformerCacheSize) The number of javax.xml.transform.Transformer object that are cached for reuse to avoid calls to Template.newTransformer().XSLT (camel-xslt) Transforms XML payload using an XSLT template.XSLT (camel-xslt) Transforms XML payload using an XSLT template.