Class StringSource

java.lang.Object
javax.xml.transform.stream.StreamSource
org.apache.camel.util.xml.StringSource
All Implemented Interfaces:
Externalizable, Serializable, Source
Direct Known Subclasses:
SourceCache

public class StringSource extends StreamSource implements Externalizable
A helper class which provides a JAXP Source from a String which can be read as many times as required. Encoding is default UTF-8.
See Also: