|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.forester.archaeopteryx.webservices.BasicPhylogeniesWebserviceClient
public class BasicPhylogeniesWebserviceClient
Field Summary |
---|
Fields inherited from interface org.forester.archaeopteryx.webservices.PhylogeniesWebserviceClient |
---|
QUERY_PLACEHOLDER |
Constructor Summary | |
---|---|
BasicPhylogeniesWebserviceClient(String name,
String menu_name,
String desc,
String instructions,
WebservicesManager.WsPhylogenyFormat format,
ForesterUtil.PhylogenyNodeField node_field,
String url,
boolean integer,
String ref,
Object proc_inst)
|
Method Summary | |
---|---|
String |
getDescription()
A short description of the webservice (~20 characters). |
String |
getInstructions()
Instructions (and examples) on how to use the webservice. |
String |
getMenuName()
A name/description which can appear on a menu. |
String |
getName()
The name of the webservice. |
ForesterUtil.PhylogenyNodeField |
getNodeField()
The node data field in which to place node names from simple unannotated formats (such as Newick). |
Object |
getProcessingInstructions()
This is used to indicate any kind of special processing. |
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. |
String |
getUrl()
Use QUERY_PLACEHOLDER to indicate position of query variable. |
boolean |
isQueryInteger()
Is the query a number? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicPhylogeniesWebserviceClient(String name, String menu_name, String desc, String instructions, WebservicesManager.WsPhylogenyFormat format, ForesterUtil.PhylogenyNodeField node_field, String url, boolean integer, String ref, Object proc_inst)
Method Detail |
---|
public String getDescription()
PhylogeniesWebserviceClient
getDescription
in interface PhylogeniesWebserviceClient
public String getInstructions()
PhylogeniesWebserviceClient
getInstructions
in interface PhylogeniesWebserviceClient
public String getMenuName()
PhylogeniesWebserviceClient
getMenuName
in interface PhylogeniesWebserviceClient
public String getName()
PhylogeniesWebserviceClient
getName
in interface PhylogeniesWebserviceClient
public ForesterUtil.PhylogenyNodeField getNodeField()
PhylogeniesWebserviceClient
getNodeField
in interface PhylogeniesWebserviceClient
public Object getProcessingInstructions()
PhylogeniesWebserviceClient
getProcessingInstructions
in interface PhylogeniesWebserviceClient
public String getReference()
PhylogeniesWebserviceClient
getReference
in interface PhylogeniesWebserviceClient
public WebservicesManager.WsPhylogenyFormat getReturnFormat()
PhylogeniesWebserviceClient
getReturnFormat
in interface PhylogeniesWebserviceClient
public String getUrl()
PhylogeniesWebserviceClient
getUrl
in interface PhylogeniesWebserviceClient
public boolean isQueryInteger()
PhylogeniesWebserviceClient
isQueryInteger
in interface PhylogeniesWebserviceClient
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |