80414ef58b1fab82c784afb8ae35794afe042657
[jalview.git] / src / jalview / ws / WSClient.java
1 package jalview.ws;
2
3 import jalview.gui.WebserviceInfo;
4
5 public class WSClient
6 {
7   public WSClient()
8   {
9   }
10   /**
11
12   * MsaWSClient
13   *
14   * @param msa SequenceI[]
15   */
16
17  protected String WebServiceName;
18  protected String WebServiceJobTitle;
19  protected String WebServiceReference;
20  protected String WsURL;
21  protected WebserviceInfo wsInfo;
22   int jobsRunning = 0;
23 }