becd6ea5251b92cb2dd9a661b80b9c18023bb716
[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     public java.lang.String runWUBlast(uk.ac.ebi.www.InputParams params, uk.ac.ebi.www.Data[] content) throws java.rmi.RemoteException;
12     public java.lang.String checkStatus(java.lang.String jobid) throws java.rmi.RemoteException;
13     public byte[] poll(java.lang.String jobid, java.lang.String type) throws java.rmi.RemoteException;
14     public uk.ac.ebi.www.WSFile[] getResults(java.lang.String jobid) throws java.rmi.RemoteException;
15     public byte[] test(java.lang.String jobid, java.lang.String type) throws java.rmi.RemoteException;
16     public byte[] polljob(java.lang.String jobid, java.lang.String outformat) throws java.rmi.RemoteException;
17     public byte[] doWUBlast(uk.ac.ebi.www.InputParams params, byte[] content) throws java.rmi.RemoteException;
18 }