Package org.apache.camel.parser.helper
Class CamelXmlHelper
- java.lang.Object
-
- org.apache.camel.parser.helper.CamelXmlHelper
-
public final class CamelXmlHelper extends Object
Various XML helper methods used for parsing XML routes.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<Node>findAllEndpoints(Document dom)static List<Node>findAllRoutes(Document dom)static List<Node>findAllSimpleExpressions(Document dom)static StringgetSafeAttribute(Node node, String key)static ElementgetSelectedCamelElementNode(String key, InputStream resourceInputStream)
-
-
-
Method Detail
-
getSelectedCamelElementNode
public static Element getSelectedCamelElementNode(String key, InputStream resourceInputStream) throws Exception
- Throws:
Exception
-
-