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
|
| 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 |
Source code generated by org.apache.camel:apt
|
| XsltEndpoint |
Transforms the message using a XSLT template.
|
| XsltEndpointConfigurer |
Source code generated by org.apache.camel:apt
|
| 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