javadoc on webservice discovery method
authorjprocter <Jim Procter>
Wed, 31 Oct 2007 15:08:08 +0000 (15:08 +0000)
committerjprocter <Jim Procter>
Wed, 31 Oct 2007 15:08:08 +0000 (15:08 +0000)
src/jalview/gui/AlignFrame.java

index 7efd900..99227e1 100755 (executable)
@@ -3422,6 +3422,11 @@ public class AlignFrame
    */
   public void BuildWebServiceMenu()
   {
+    // TODO: add support for context dependent disabling of services based on alignment and current selection
+    // TODO: refactor to allow list of AbstractName/Handler bindings to be stored or retrieved from elsewhere
+    // TODO: add additional serviceHandle parameter to specify abstract handler class independently of AbstractName
+    // TODO: add in rediscovery GUI function to restart discoverer
+    // TODO: group services by location as well as function and/or introduce object broker mechanism.
     if ( (Discoverer.services != null)
         && (Discoverer.services.size() > 0))
     {
@@ -3521,9 +3526,6 @@ public class AlignFrame
       resetWebServiceMenu();
       this.webService.add(this.webServiceNoServices);
     }
-    // TODO: add in rediscovery function
-    // TODO: reduce code redundancy.
-    // TODO: group services by location as well as function.
   }