Simple Registry Service stubs
[jalview.git] / src / ext / vamsas / IRegistry.java
diff --git a/src/ext/vamsas/IRegistry.java b/src/ext/vamsas/IRegistry.java
new file mode 100755 (executable)
index 0000000..afddded
--- /dev/null
@@ -0,0 +1,12 @@
+/**
+ * IRegistry.java
+ *
+ * This file was auto-generated from WSDL
+ * by the Apache Axis 1.2RC2 Nov 16, 2004 (12:19:44 EST) WSDL2Java emitter.
+ */
+
+package ext.vamsas;
+
+public interface IRegistry extends java.rmi.Remote {
+    public ext.vamsas.ServiceHandles getServices() throws java.rmi.RemoteException;
+}