Uses of Class
org.apache.camel.util.xml.BytesSource
-
Packages that use BytesSource 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 TypeConverterorg.apache.camel.util.xml -
-
Uses of BytesSource in org.apache.camel.converter.jaxp
Methods in org.apache.camel.converter.jaxp that return BytesSource Modifier and Type Method Description BytesSource
XmlConverter. toBytesSource(byte[] data)
Converts the given byte[] to a Source -
Uses of BytesSource in org.apache.camel.util.xml
Methods in org.apache.camel.util.xml with parameters of type BytesSource Modifier and Type Method Description static org.apache.camel.StreamCache
StreamSourceConverter. convertToStreamCache(BytesSource source)
-