Interface | Description |
---|---|
IServiceDelegate |
A
IServiceDelegate is used as a listener for
AbstractRestOperation 's. |
Class | Description |
---|---|
AbstractRestOperation |
The
AbstractRestOperation is an thread save, derivable
abstraction for remote communication using Representational state transfer
(REST). |
JPath |
JPath represents a lightweight JSONParser and allows parsing
based on the JSON structure and a path relative to this structure. |
JSONDatasource |
A
JSONDatasource provides a IListViewDatasource implementation
to manage and represent a data model based on JSON data to be used in ListView s. |
OperationNotifier |
This is an internally used
nUIObject to synchronize the communication
between different threads. |
RestHttpConnectionHandler |
The
RestHttpConnectionHandler enables the
AbstractRestOperation to call the
IServiceDelegate.onOperationFinished(AbstractRestOperation) method. |
Session |
A
Session stores the cookie from the last successful call by a AbstractRestOperation . |