public interface WebServiceClient
Modifier and Type | Method and Description |
---|---|
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.
|
URI getServiceLocation()
String getDisplayName()
String getDescription()
TaskIterator createTaskIterator(Object query)
query
- query object. This is client-dependent.Copyright 2011 Cytoscape Consortium. All rights reserved.