Uses of Class
org.apache.camel.xml.io.XmlStreamReaderException
-
Packages that use XmlStreamReaderException Package Description org.apache.camel.xml.io -
-
Uses of XmlStreamReaderException in org.apache.camel.xml.io
Constructors in org.apache.camel.xml.io that throw XmlStreamReaderException Constructor Description XmlStreamReader(InputStream is, boolean lenient)
Creates a Reader for a raw InputStream.XmlStreamReader(InputStream is, boolean lenient, String defaultEncoding)
Creates a Reader for a raw InputStream and uses the provided default encoding if none is determined.XmlStreamReader(InputStream is, String httpContentType, boolean lenient)
Creates a Reader using an InputStream and the associated content-type header.XmlStreamReader(InputStream is, String httpContentType, boolean lenient, String defaultEncoding)
Creates a Reader using an InputStream and the associated content-type header.
-