public abstract class AbstractWebServiceClient extends Object implements WebServiceClient
Module: webservice-api
To use this in your app, include the following dependency in your POM:
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>webservice-api</artifactId>
</dependency>| 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-2015 Cytoscape Consortium. All rights reserved.