|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.data.webservice.WebServiceClientManager
public class WebServiceClientManager
Web Service Client Manager manages available web service clients in Cytoscape. All clients will be loaded & registered through Plugin Manager architecture.
Nested Class Summary | |
---|---|
static class |
WebServiceClientManager.ClientType
ClientType defines types/characteristics of the web service clients. |
Method Summary | |
---|---|
static List<WebServiceClient<?>> |
getAllClients()
DOCUMENT ME! |
static WebServiceClient |
getClient(String clientID)
DOCUMENT ME! |
static CyWebServiceEventSupport |
getCyWebServiceEventSupport()
|
static void |
registerClient(WebServiceClient<?> client)
Register client to the manager. |
static void |
removeClient(String serviceName)
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void registerClient(WebServiceClient<?> client)
client
- DOCUMENT ME!public static List<WebServiceClient<?>> getAllClients()
public static WebServiceClient getClient(String clientID)
clientID
- DOCUMENT ME!
public static void removeClient(String serviceName)
serviceName
- DOCUMENT ME!public static CyWebServiceEventSupport getCyWebServiceEventSupport()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |