BasicPhylogeniesWebserviceClient
public interface PhylogeniesWebserviceClient
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
QUERY_PLACEHOLDER |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDescription() |
A short description of the webservice (~20 characters).
|
java.lang.String |
getInstructions() |
Instructions (and examples) on how to use the webservice.
|
java.lang.String |
getMenuName() |
A name/description which can appear on a menu.
|
java.lang.String |
getName() |
The name of the webservice.
|
PhylogenyMethods.PhylogenyNodeField |
getNodeField() |
The node data field in which to place node names from simple unannotated formats
(such as Newick).
|
java.lang.Object |
getProcessingInstructions() |
This is used to indicate any kind of special processing.
|
java.lang.String |
getReference() |
To get a type of reference for the webservice (an URL or citation, for example).
|
WebservicesManager.WsPhylogenyFormat |
getReturnFormat() |
The expected format of the response.
|
java.lang.String |
getUrl() |
Use QUERY_PLACEHOLDER to indicate position of query variable.
|
boolean |
isQueryInteger() |
Is the query a number?
|
static final java.lang.String QUERY_PLACEHOLDER
java.lang.String getDescription()
java.lang.String getInstructions()
java.lang.String getMenuName()
java.lang.String getName()
PhylogenyMethods.PhylogenyNodeField getNodeField()
java.lang.Object getProcessingInstructions()
java.lang.String getReference()
WebservicesManager.WsPhylogenyFormat getReturnFormat()
java.lang.String getUrl()
boolean isQueryInteger()