protected String marshal(Cluster cluster, COORDINATORAPP coord, Path outPath, String name) throws IvoryException {
if(StringUtils.isEmpty(name))
name = "coordinator";
name = name + ".xml";
marshal(cluster, new ObjectFactory().createCoordinatorApp(coord), coordJaxbContext, new Path(outPath, name));
return name;
}