te the client RestClient client = new RestClient(); // create the resource to make invocations on Resource resource = client.resource("http://myhost:80/my/service"); // invoke GET on the resource and receive the response entity as a string String entity = resource.get(String.class); ...
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.