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.converter.stream |
Package with converters for dealing with stream-based messages
|
Modifier and Type | Method and Description |
---|---|
StringSource |
XmlConverter.toStringSource(String data)
Converts the given String to a Source
|
Modifier and Type | Class and Description |
---|---|
class |
SourceCache
StreamCache implementation for StringSource s |
Modifier and Type | Method and Description |
---|---|
static StreamCache |
StreamCacheConverter.convertToStreamCache(StringSource source) |
Apache Camel