merge from 2_4_Release branch
[jalview.git] / src / uk / ac / ebi / www / WSWUBlast.java
1 /**
2  * WSWUBlast.java
3  *
4  * This file was auto-generated from WSDL
5  * by the Apache Axis WSDL2Java emitter.
6  */
7
8 package uk.ac.ebi.www;
9
10 public interface WSWUBlast extends java.rmi.Remote
11 {
12   public java.lang.String runWUBlast(uk.ac.ebi.www.InputParams params,
13           uk.ac.ebi.www.Data[] content) throws java.rmi.RemoteException;
14
15   public java.lang.String checkStatus(java.lang.String jobid)
16           throws java.rmi.RemoteException;
17
18   public byte[] poll(java.lang.String jobid, java.lang.String type)
19           throws java.rmi.RemoteException;
20
21   public uk.ac.ebi.www.WSFile[] getResults(java.lang.String jobid)
22           throws java.rmi.RemoteException;
23
24   public byte[] test(java.lang.String jobid, java.lang.String type)
25           throws java.rmi.RemoteException;
26
27   public byte[] polljob(java.lang.String jobid, java.lang.String outformat)
28           throws java.rmi.RemoteException;
29
30   public byte[] doWUBlast(uk.ac.ebi.www.InputParams params, byte[] content)
31           throws java.rmi.RemoteException;
32 }