| Package | Description |
|---|---|
| org.apache.camel.converter.jaxp |
A number of JAXP related helper classes for converting to and from various JAXP related classes like Document and Source to be used by a
TypeConverter
|
| org.apache.camel.util.xml |
| Class and Description |
|---|
| BytesSource
A helper class which provides a JAXP
Source from a byte[] which can be read as
many times as required. |
| StringSource
A helper class which provides a JAXP
Source from a String which can be read as
many times as required. |
| Class and Description |
|---|
| BytesSource
A helper class which provides a JAXP
Source from a byte[] which can be read as
many times as required. |
| StringSource
A helper class which provides a JAXP
Source from a String which can be read as
many times as required. |
| XmlLineNumberParser.XmlTextTransformer
Allows to plugin a custom text transformer in the parser, that can transform all the text content
|
Apache Camel