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, wait
createTaskIterator
public final String getDisplayName()
WebServiceClient
getDisplayName
in interface WebServiceClient
public final String getDescription()
WebServiceClient
getDescription
in interface WebServiceClient
public final URI getServiceLocation()
WebServiceClient
getServiceLocation
in interface WebServiceClient
Copyright 2011-2015 Cytoscape Consortium. All rights reserved.