|
Class Summary |
| AjaxJSONClient |
AjaxJSONClient renders a "new JSONRpcClient('...')" with a URL back to your application (along with a session ID if
there is one). |
| AjaxStatelessJSONClient |
StatelessJSONClient renders a "new JSONRpcClient('...')" with a URL back to your application (along with a session ID if
there is one). |
| 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. |
| JSONEnterpriseObject |
The base class of a JSONEnterpriseObject that implements the
IJSONEnterpriseObject interface. |