Package org.apache.stratos.cloud.controller.util

Examples of org.apache.stratos.cloud.controller.util.ServiceContext.toXml()


    try {
      String uniqueName = domain + "-" + subDomain + "-"
          + UUID.randomUUID() + ".xml";
      FileUtils.writeStringToFile(new File(
          CloudControllerConstants.SERVICES_DIR + uniqueName),
          newServiceCtxt.toXml());
    } catch (IOException e) {
      String msg = "Failed while persisting the service configuration - domain : "
          + domain
          + ", sub domain : "
          + subDomain
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.