All Classes and Interfaces
Class
Description
ErrorHandler
and ErrorListener
which 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 transformation
Factory for
DomResultHandler
Use file to handle the result of XSLT transformation.
Factory for
StreamResult
which is streamed to file.A strategy for handling XSLT results
Factory for
ResultHandler
Interface to be implemented by concrete source handlers/converters
Processes the XSLT result as a byte[]
Factory for
StreamResultHandler
Processes the XSLT result as a String
Factory for
StringResultHandler
A configuration strategy applied to freshly created instances of
TransformerFactory
.Handler for xml sources
The 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 messages
Generated 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!
ErrorListener
which logs the errors and rethrow the exceptions for error and fatal conditions.Interface for handling
xsl:message
and xsl:assert
output from XSLT transformations.Camel specific
URIResolver
which is capable of loading files from classpath, file system
and more.Can be used to create custom URI resolver for the XSLT endpoint.