Formatting
[jalview.git] / src / uk / ac / ebi / www / WSWUBlastService.java
1 /**
2  * WSWUBlastService.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 WSWUBlastService
11     extends javax.xml.rpc.Service
12 {
13   public java.lang.String getWSWUBlastAddress();
14
15   public uk.ac.ebi.www.WSWUBlast getWSWUBlast()
16       throws javax.xml.rpc.ServiceException;
17
18   public uk.ac.ebi.www.WSWUBlast getWSWUBlast(java.net.URL portAddress)
19       throws javax.xml.rpc.ServiceException;
20 }