public abstract class AbstractWebServiceClient extends Object implements WebServiceClient
| Constructor and Description |
|---|
AbstractWebServiceClient(String uri,
String displayName,
String description)
Constructs this AbstractWebServiceClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateTaskIteratorpublic final String getDisplayName()
WebServiceClientgetDisplayName in interface WebServiceClientpublic final String getDescription()
WebServiceClientgetDescription in interface WebServiceClientpublic final URI getServiceLocation()
WebServiceClientgetServiceLocation in interface WebServiceClientCopyright 2011 Cytoscape Consortium. All rights reserved.