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