Formatting
[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
11     extends java.rmi.Remote
12 {
13   public java.lang.String runWUBlast(uk.ac.ebi.www.InputParams params,
14                                      uk.ac.ebi.www.Data[] content)
15       throws java.rmi.RemoteException;
16
17   public java.lang.String checkStatus(java.lang.String jobid)
18       throws java.rmi.RemoteException;
19
20   public byte[] poll(java.lang.String jobid, java.lang.String type)
21       throws java.rmi.RemoteException;
22
23   public uk.ac.ebi.www.WSFile[] getResults(java.lang.String jobid)
24       throws java.rmi.RemoteException;
25
26   public byte[] test(java.lang.String jobid, java.lang.String type)
27       throws java.rmi.RemoteException;
28
29   public byte[] polljob(java.lang.String jobid, java.lang.String outformat)
30       throws java.rmi.RemoteException;
31
32   public byte[] doWUBlast(uk.ac.ebi.www.InputParams params, byte[] content)
33       throws java.rmi.RemoteException;
34 }