org.genepattern.webservice
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| Method Summary | |
java.lang.String |
getEncodingScheme()
Returns the encoding scheme name of the web service. |
float |
getEncodingSchemeVersion()
Returns the encoding scheme version. |
java.lang.String |
getWebServiceInfo()
Returns information about the web service such as description, version, and author. |
java.lang.String |
getWebServiceName()
Returns the name of the web service. |
java.lang.String |
ping()
Pings the webservice. |
void |
setEncodingScheme(java.lang.String scheme)
Sets the encoding scheme of the web service. |
void |
setEncodingSchemeVersion(float version)
Sets the encoding scheme version. |
| Method Detail |
public java.lang.String getWebServiceName()
String object containing the name of the web
service.public java.lang.String getWebServiceInfo()
The string that this method returns should be plain text and not markup like XML.
String containing web service informationpublic void setEncodingScheme(java.lang.String scheme)
scheme - a String object containing the encoding
scheme namepublic java.lang.String getEncodingScheme()
String object containing the encoding scheme
namepublic void setEncodingSchemeVersion(float version)
version - a float containing the encoding scheme
versionpublic float getEncodingSchemeVersion()
public java.lang.String ping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||