| Package | Description |
|---|---|
| io.fabric8.camel.tooling.util |
| Modifier and Type | Method and Description |
|---|---|
XmlModel |
RouteXml.unmarshal(de.pdark.decentxml.Document doc) |
XmlModel |
RouteXml.unmarshal(de.pdark.decentxml.Document doc,
String message) |
XmlModel |
RouteXml.unmarshal(File file) |
XmlModel |
RouteXml.unmarshal(String text) |
| Modifier and Type | Method and Description |
|---|---|
void |
RouteXml.marshal(File file,
XmlModel model) |
void |
RouteXml.marshalToDoc(XmlModel model)
Marshals the model to XML and updates the model's doc property to contain the
new marshalled model
|
String |
RouteXml.marshalToText(XmlModel model) |
Copyright © 2011–2014 Red Hat. All rights reserved.