Package org.forester.ws.wabi
Class RestUtil
java.lang.Object
org.forester.ws.wabi.RestUtil
This is to access the Web API for Biology (WABI) at DDBJ.
 See: http://xml.nig.ac.jp/
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
RestUtil
public RestUtil() 
 - 
 - 
Method Details
- 
getResult
Method for access REST- Parameters:
 query- service name method name and parameter for executing rest- Returns:
 - execution result
 - Throws:
 IOException
 - 
getResult
public static String getResult(String service_name, String method_name, String parameters) throws IOException - Throws:
 IOException
 
 -