See: Description
| Interface | Description |
|---|---|
| ResultHandler |
A strategy for handling XSLT results
|
| ResultHandlerFactory |
Factory for
ResultHandler |
| SourceHandlerFactory |
Interface to be implemented by concrete source handlers/converters
|
| TransformerFactoryConfigurationStrategy |
A configuration strategy applied to freshly created instances of
TransformerFactory. |
| XsltUriResolverFactory |
Can be used to create custom URI resolver for the XSLT endpoint.
|
| Class | Description |
|---|---|
| DefaultTransformErrorHandler |
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. |
| DefaultXsltUriResolverFactory |
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.
|
| DomResultHandler |
Uses DOM to handle results of the transformation
|
| DomResultHandlerFactory |
Factory for
DomResultHandler |
| FileResultHandler |
Use file to handle the result of XSLT transformation.
|
| FileResultHandlerFactory |
Factory for
StreamResult which is streamed to file. |
| StreamResultHandler |
Processes the XSLT result as a byte[]
|
| StreamResultHandlerFactory |
Factory for
StreamResultHandler |
| StringResultHandler |
Processes the XSLT result as a String
|
| StringResultHandlerFactory |
Factory for
StringResultHandler |
| XmlSourceHandlerFactoryImpl |
Handler for xml sources
|
| XsltAggregationStrategy |
The XSLT Aggregation Strategy enables you to use XSL stylesheets to aggregate messages.
|
| XsltBuilder |
Creates a Processor which performs an XSLT transformation of the
IN message body.
|
| XsltComponent |
The XSLT Component is for performing XSLT transformations of messages
|
| XsltComponentConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| XsltEndpoint |
Transforms XML payload using an XSLT template.
|
| XsltEndpointConfigurer |
Generated by camel build tools - do NOT edit this file!
|
| XsltEndpointUriFactory |
Generated by camel build tools - do NOT edit this file!
|
| XsltErrorListener |
ErrorListener which logs the errors and rethrow the exceptions for error and fatal conditions. |
| XsltUriResolver |
Camel specific
URIResolver which is capable of loading files from classpath, file system
and more. |
| Enum | Description |
|---|---|
| XsltOutput |
Apache Camel