Class BytesSource

java.lang.Object
javax.xml.transform.stream.StreamSource
org.apache.camel.util.xml.BytesSource
All Implemented Interfaces:
Serializable, Source

public class BytesSource extends StreamSource implements Serializable
A helper class which provides a JAXP Source from a byte[] which can be read as many times as required.
See Also: