Package org.apache.camel.component.xslt
package org.apache.camel.component.xslt
The XSLT Component for transforming messages with XSLT
-
ClassDescription
ErrorHandlerandErrorListenerwhich will ignore warnings, and throws error and fatal as exception, which ensures those can be caught by Camel and dealt-with.Default URI resolver factory which instantiates the camel default XSLT URI resolver which can resolves absolute and relative URIs in the classpath and file system.Uses DOM to handle results of the transformationFactory forDomResultHandlerUse file to handle the result of XSLT transformation.Factory forStreamResultwhich is streamed to file.A strategy for handling XSLT resultsFactory forResultHandlerInterface to be implemented by concrete source handlers/convertersProcesses the XSLT result as a byte[]Factory forStreamResultHandlerProcesses the XSLT result as a StringFactory forStringResultHandlerA configuration strategy applied to freshly created instances ofTransformerFactory.Handler for xml sourcesThe XSLT Aggregation Strategy enables you to use XSL stylesheets to aggregate messages.Creates a Processor which performs an XSLT transformation of the IN message body.The XSLT Component is for performing XSLT transformations of messagesGenerated by camel build tools - do NOT edit this file!Transforms XML payload using an XSLT template.Generated by camel build tools - do NOT edit this file!Generated by camel build tools - do NOT edit this file!ErrorListenerwhich logs the errors and rethrow the exceptions for error and fatal conditions.Interface for handlingxsl:messageandxsl:assertoutput from XSLT transformations.Camel specificURIResolverwhich is capable of loading files from classpath, file system and more.Can be used to create custom URI resolver for the XSLT endpoint.