|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object compbio.ws.client.Jws2Client
public class Jws2Client
A command line client for JAva Bioinformatics Analysis Web Services
Method Summary | |
---|---|
static JABAService |
connect(String host,
Services service)
Connects to a web service by the host and the service name |
static void |
main(String[] args)
Starts command line client, if no parameter are supported print help. |
static boolean |
validURL(String urlstr)
Attempt to construct the URL object from the string |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean validURL(String urlstr)
urlstr
-
public static JABAService connect(String host, Services service) throws WebServiceException
T
- web service typehost
- service
-
WebServiceException
public static void main(String[] args)
args
- Usage:
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |