|
Class Summary |
| ExceptionThrowingErrorHandler |
Simple implementation of ErrorHandler capable of directly rethrowing the exception |
| ExceptionThrowingErrorListener |
Simple implementation of ErrorListener capable of directly rethrowing the exception |
| ExtendedXsltTransformer |
Deprecated. - Use XslTransformer which supports the stylesheet being specified
through an InputStream rather than a URI. |
| PluginTransformerAdapter |
Deprecated. This has been superseded by org.ikasan.framework.component.transformation.PayloadProviderTransformer |
| SimpleXslTransformer |
Simple Xsl Transformer implementation that only supports compiled (static) stylesheets |
| ThreadLocalBeansWrapper |
A wrapper class that provides static access to a ThreadLocal controlled map of beans
Threads that call setBeans should later be able to call getBeans to retireve the same
map of beans, regardless of what any other thread may do in the meantime |
| UncompressDataTransformer |
A Transformer implementation that uncompresses data in GZIP format. |
| XMLReaderTransformer |
This class is a Transformer that acts on incoming Payloads within an Event and transforms
the content to XML based on the supplied XMLReader instance. |
| XMLValidator |
XML Validator uses an injected XML parser to validate each incoming payload content. |
| XsltTransformer |
This class is an XSLT Transformer component that acts on all an Event's Payloads,
transforming them using the supplied style sheet. |