JAL-3070 web service handle with UIinfo.hasParameters() == true => instanceof Service...
[jalview.git] / src / jalview / ws / api / UIinfo.java
index 2cffa84..01fb809 100644 (file)
@@ -128,4 +128,15 @@ public class UIinfo
     // 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