|
Project Wonder 5.0 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objecter.ajax.json.client.JavaJSONClient
public class JavaJSONClient
If you are trying to communicate with a WO JSON server from another Java app, JavaJSONClient provides a factory for creating the appropiate JSON Client class.
| Constructor Summary | |
|---|---|
JavaJSONClient()
|
|
| Method Summary | |
|---|---|
static org.jabsorb.client.Client |
create(java.lang.String jsonUrl,
boolean useHttpClient)
Creates and returns a JSON Client. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JavaJSONClient()
| Method Detail |
|---|
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 fails
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||