| Interface | Description |
|---|---|
| XmlLineNumberParser.XmlTextTransformer |
Allows to plugin a custom text transformer in the parser, that can transform all the text content
|
| Class | Description |
|---|---|
| BytesSource |
A helper class which provides a JAXP
Source from a byte[] which can be read as many times as required. |
| SourceCache |
StreamCache implementation for StringSources |
| StreamSourceCache |
A
StreamCache for StreamSources |
| StreamSourceConverter |
A set of
Converter methods for wrapping stream-based messages in a StreamCache
implementation to ensure message re-readability (eg multicasting, retrying) |
| StreamSourceConverterLoader | |
| StringSource |
A helper class which provides a JAXP
Source from a String which can be read as many times as required. |
| XmlLineNumberParser |
An XML parser that uses SAX to include line and column number for each XML element in the parsed Document.
|
Apache Camel