import jalview.gui.OptsAndParamsPage.OptionBox;
import jalview.gui.OptsAndParamsPage.ParamBox;
import jalview.util.MessageManager;
-import jalview.ws.jws2.jabaws2.Jws2Instance;
+import jalview.ws.api.UIinfo;
import jalview.ws.params.ArgumentI;
import jalview.ws.params.OptionI;
import jalview.ws.params.ParamDatastoreI;
JDialog frame = null;
- Jws2Instance service;
+ UIinfo service;
/*
* list of service presets in the gui
* @param preset
* @param jobArgset
*/
- public WsJobParameters(ParamDatastoreI paramStorei, Jws2Instance service,
+ public WsJobParameters(ParamDatastoreI paramStorei, UIinfo service,
WsParamSetI preset, List<ArgumentI> jobArgset)
{
super();
package jalview.ws.api;
+import jalview.ws.params.ParamDatastoreI;
+
/**
* Service UI Info { Action, Specific Name of Service, Brief Description }
*/
{
return hostURL;
}
+
+ public ParamDatastoreI getParamStore()
+ {
+ // TODO Auto-generated method stub
+ return null;
+ }
}
\ No newline at end of file