JAL-3070 web service handle with UIinfo.hasParameters() == true => instanceof Service...
[jalview.git] / src / jalview / ws / api / UIinfo.java
index cf44266..01fb809 100644 (file)
@@ -1,5 +1,7 @@
 package jalview.ws.api;
 
+import jalview.ws.params.ParamDatastoreI;
+
 /**
  * Service UI Info { Action, Specific Name of Service, Brief Description }
  */
@@ -120,4 +122,21 @@ public class UIinfo
   {
     return hostURL;
   }
+
+  public ParamDatastoreI getParamStore()
+  {
+    // TODO Auto-generated method stub
+    return null;
+  }
+
+  /**
+   * 
+   * @return true if the service has parameters (ie is instance of
+   *         jalview.ws.api.ServiceWithParameters)
+   */
+  public boolean hasParameters()
+  {
+    // TODO Auto-generated method stub
+    return false;
+  }
 }
\ No newline at end of file