After branch merge
[jalview.git] / src / uk / ac / ebi / www / WSWUBlastService.java
diff --git a/src/uk/ac/ebi/www/WSWUBlastService.java b/src/uk/ac/ebi/www/WSWUBlastService.java
new file mode 100755 (executable)
index 0000000..fcc8b16
--- /dev/null
@@ -0,0 +1,16 @@
+/**
+ * WSWUBlastService.java
+ *
+ * This file was auto-generated from WSDL
+ * by the Apache Axis WSDL2Java emitter.
+ */
+
+package uk.ac.ebi.www;
+
+public interface WSWUBlastService extends javax.xml.rpc.Service {
+    public java.lang.String getWSWUBlastAddress();
+
+    public uk.ac.ebi.www.WSWUBlast getWSWUBlast() throws javax.xml.rpc.ServiceException;
+
+    public uk.ac.ebi.www.WSWUBlast getWSWUBlast(java.net.URL portAddress) throws javax.xml.rpc.ServiceException;
+}