public final class RouteCoverageXmlParser extends Object
Modifier and Type | Method and Description |
---|---|
static Document |
parseXml(org.apache.camel.CamelContext camelContext,
InputStream is)
Parses the XML.
|
public static Document parseXml(org.apache.camel.CamelContext camelContext, InputStream is) throws Exception
camelContext
- the CamelContextis
- the XML content as an input streamException
- is thrown if error parsingApache Camel