|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebServiceClient
Thin wrapper for SOAP/REST web service clients. All web service clients must implement this method.
| Method Summary | |
|---|---|
TaskIterator |
createTaskIterator(Object query)
Set query for the tasks to be executed. |
String |
getDescription()
Get human-readable description of this client. |
String |
getDisplayName()
Returns display name of this client. |
URI |
getServiceLocation()
Returns resource location of this service, i.e., service URL. |
| Method Detail |
|---|
URI getServiceLocation()
String getDisplayName()
String getDescription()
TaskIterator createTaskIterator(Object query)
query - query object. This is client-dependent.
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||