JAL-3070 web service handle with UIinfo.hasParameters() == true => instanceof Service...
authorJim Procter <jprocter@issues.jalview.org>
Fri, 3 Aug 2018 14:13:44 +0000 (15:13 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Fri, 3 Aug 2018 14:13:44 +0000 (15:13 +0100)
src/jalview/ws/api/UIinfo.java
src/jalview/ws/jws2/jabaws2/Jws2Instance.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
index 6097bdf..3c409af 100644 (file)
@@ -186,6 +186,7 @@ public class Jws2Instance extends ServiceWithParameters
 
   private boolean hasParams = false, lookedForParams = false;
 
+  @Override
   public boolean hasParameters()
   {
     if (!lookedForParams)