Package org.fusesource.ide.commons.camel.tools

Examples of org.fusesource.ide.commons.camel.tools.RouteXml.marshal()


      list.clear();
    }

    Activator.getLogger().debug("Saving to file " + file + " routes: " + list);
    try {
      helper.marshal(file, list);
    } catch (Exception ex) {
      Activator.getLogger().error(ex);
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.