Package edu.indiana.extreme.xbaya.ode

Examples of edu.indiana.extreme.xbaya.ode.ODEDeploymentDescriptor


  public XmlElement getODEDeploymentDescriptor(URI dscUrl,
      String odeEprEndingWithPort) throws GraphException,
      ComponentException {
    if (this.odeDeploymentDiscriptor == null) {
      this.odeDeploymentDiscriptor = new ODEDeploymentDescriptor()
          .generate(this.getName(),
              getOdeWorkflowWSDL(dscUrl, odeEprEndingWithPort),
              getOdeProcess(dscUrl, odeEprEndingWithPort),
              getOdeServiceWSDLs(dscUrl, odeEprEndingWithPort));
    }
View Full Code Here


   * @param engine
   *
   */
  public ExperimentMenu(XBayaEngine engine) {
    this.engine = engine;
    this.odeDeploymentDescription = new ODEDeploymentDescriptor();
    this.xregistryAccesser = new XRegistryAccesser(engine);

    createExperimentMenu();
  }
View Full Code Here

    this.graphFiler = new WorkflowFiler(engine);
    this.jythonFiler = new JythonFiler(engine);
    this.imageFiler = new ImageFiler(engine);
    this.bpelFiler = new BPELFiler(engine);
    this.scuflFiler = new ScuflFiler(engine);
    this.odeDeploymentDescription = new ODEDeploymentDescriptor();
    this.xregistryAccesser = new XRegistryAccesser(engine);

    createFileMenu();
  }
View Full Code Here

TOP

Related Classes of edu.indiana.extreme.xbaya.ode.ODEDeploymentDescriptor

Copyright © 2018 www.massapicom. 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.