Package com.basiscomponents.rest
Class RestClient
- java.lang.Object
-
- com.basiscomponents.rest.RestClient
-
public class RestClient extends Object
-
-
Constructor Summary
Constructors Constructor Description RestClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultSet
get(String path, String request_parms)
void
setEndpoint(String endpoint)
void
setPassword(String password)
void
setUsername(String user)
-