|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cytoscape.io.webservice.client.AbstractWebServiceClient
public abstract class AbstractWebServiceClient
Abstract class for all web service clients. All clients MUST extend this class.
| Constructor Summary | |
|---|---|
AbstractWebServiceClient(String uri,
String displayName,
String description)
Constructs this AbstractWebServiceClient. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.cytoscape.io.webservice.WebServiceClient |
|---|
createTaskIterator |
| Constructor Detail |
|---|
public AbstractWebServiceClient(String uri,
String displayName,
String description)
uri - Service Location.| Method Detail |
|---|
public final String getDisplayName()
WebServiceClient
getDisplayName in interface WebServiceClientpublic final String getDescription()
WebServiceClient
getDescription in interface WebServiceClientpublic final String toString()
toString in class Objectpublic final URI getServiceLocation()
WebServiceClient
getServiceLocation in interface WebServiceClient
|
Cytoscape 3.0.0-beta1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||