Uses of Class
org.apache.camel.component.xslt.XsltBuilder
-
Uses of XsltBuilder in org.apache.camel.component.xslt
Methods in org.apache.camel.component.xslt that return XsltBuilderModifier and TypeMethodDescriptionprotected XsltBuilderXsltAggregationStrategy.createXsltBuilder()protected XsltBuilderXsltEndpoint.createXsltBuilder()XsltBuilder.deleteOutputFile()Should the output file be deleted when theExchangeis done.XsltBuilder.errorListener(ErrorListener errorListener) Uses a customErrorListener.XsltEndpoint.getXslt()XsltBuilder.outputBytes()Sets the output as being a byte[]XsltBuilder.outputDOM()Sets the output as being a DOMXsltBuilder.outputFile()Sets the output as being a File where the filename must be provided in theExchange.XSLT_FILE_NAMEheader.XsltBuilder.outputString()Sets the output as being a StringXsltBuilder.transformerCacheSize(int numberToCache) Used for cachingTransformers.XsltBuilder.uriResolver(URIResolver uriResolver) Sets a custom URI resolver to be usedstatic XsltBuilderCreates an XSLT processor using the given XSLT sourcestatic XsltBuilderXsltBuilder.xslt(InputStream xslt) Creates an XSLT processor using the given XSLT sourcestatic XsltBuilderCreates an XSLT processor using the given XSLT sourcestatic XsltBuilderCreates an XSLT processor using the given XSLT sourcestatic XsltBuilderCreates an XSLT processor using the given templates instanceXsltBuilder.xsltMessageLogger(XsltMessageLogger xsltMessageLogger) Methods in org.apache.camel.component.xslt with parameters of type XsltBuilderModifier and TypeMethodDescriptionprotected voidXsltAggregationStrategy.configureOutput(XsltBuilder xslt, String output) protected voidXsltEndpoint.configureOutput(XsltBuilder xslt, String output) protected voidXsltEndpoint.loadResource(String resourceUri, XsltBuilder xslt) Loads the resource.voidXsltAggregationStrategy.setXslt(XsltBuilder xslt) voidXsltEndpoint.setXslt(XsltBuilder xslt)