public class JavaJSONClient extends Object
Constructor and Description |
---|
JavaJSONClient() |
Modifier and Type | Method and Description |
---|---|
static org.jabsorb.client.Client |
create(String jsonUrl,
boolean useHttpClient)
Creates and returns a JSON Client.
|
public static org.jabsorb.client.Client create(String jsonUrl, boolean useHttpClient) throws Exception
jsonUrl
- the JSON service URLuseHttpClient
- if true, Commons HTTPClient will be used instead of URLConnection (much better, but requires
HttpClient)Exception
- if the client creation failsCopyright © 2002 – 2024 Project Wonder.