Project

General

Profile

1
/**
2
 * KeplerWebServicePortType.java
3
 *
4
 * This file was auto-generated from WSDL
5
 * by the Apache Axis 1.3 Oct 05, 2005 (05:23:37 EDT) WSDL2Java emitter.
6
 */
7

    
8
package org.kepler.executionWS;
9

    
10
public interface KeplerWebServicePortType extends java.rmi.Remote {
11
    public java.lang.String startExeByURI(java.lang.String wfURI) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0, org.kepler.executionWS.xsd.FileNotFoundException;
12
    public java.lang.Object startExeByAttach(java.lang.Object startExeByAttach) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
13
    public void main(java.lang.String[] argus) throws java.rmi.RemoteException;
14
    public java.lang.Boolean pauseExecution(java.lang.String wfID) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
15
    public java.lang.String startExeByContent(java.lang.String wfContent) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
16
    public java.lang.Object executeByAttachWithPara(java.lang.Object executeByAttachWithPara) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
17
    public java.lang.Object startExeByAttachWithPara(java.lang.Object startExeByAttachWithPara) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
18
    public java.lang.Object executeByAttach(java.lang.Object executeByAttach) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
19
    public java.lang.String startExeByURIWithPara(java.lang.String wfURI, org.kepler.executionWS.xsd.KeplerWfParameter[] wfParas) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
20
    public org.kepler.executionWS.xsd.KeplerWfOutput[] getResults(java.lang.String wfID) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0, org.kepler.executionWS.xsd.FileNotFoundException;
21
    public java.lang.String execute(java.lang.String karLSID) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
22
    public org.kepler.executionWS.xsd.KeplerWfOutput[] executeByURI(java.lang.String wfURI) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0, org.kepler.executionWS.xsd.FileNotFoundException;
23
    public java.lang.Object getResultsByAttach(java.lang.Object getResultsByAttach) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0, org.kepler.executionWS.xsd.FileNotFoundException;
24
    public java.lang.String getStatus(java.lang.String workflowRunID) throws java.rmi.RemoteException;
25
    public java.lang.String startExeByContentWithPara(java.lang.String wfContent, org.kepler.executionWS.xsd.KeplerWfParameter[] wfParas) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
26
    public java.lang.String getExecutionStatus(java.lang.String wfID) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
27
    public java.lang.Boolean resumeExecution(java.lang.String wfID) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
28
    public java.lang.Boolean stopExecution(java.lang.String wfID) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
29
    public java.lang.Boolean delLogDir(java.lang.String wfID) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0, org.kepler.executionWS.xsd.FileNotFoundException;
30
    public org.kepler.executionWS.xsd.KeplerWfOutput[] executeByURIWithPara(java.lang.String wfURI, org.kepler.executionWS.xsd.KeplerWfParameter[] wfParas) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
31
    public org.kepler.executionWS.xsd.KeplerWfOutput[] executeByContentWithPara(java.lang.String wfContent, org.kepler.executionWS.xsd.KeplerWfParameter[] wfParas) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
32
    public org.kepler.executionWS.xsd.KeplerWfOutput[] executeByContent(java.lang.String wfContent) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
33
    public java.lang.Object uploadFilesByAttach(java.lang.Object uploadFilesByAttach) throws java.rmi.RemoteException, org.kepler.executionWS.xsd.ExceptionType0;
34
}
(3-3/5)