Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.delegates | |
com.softwareag.mobile.runtime.toolkit.rest |
Class and Description |
---|
DatasourceException
The
DatasourceException will be thrown by data sources and
normally indicates exceptions during the communication or data parsing. |
Class and Description |
---|
Cookie
Implementation of a HTTP Cookie, including all parsing from different
versions of commonly used standards to use Cookies in a stateful HTTP server
communication.
|
Credentials
Stores user and password data for HTTP requests, including additional
security restrictions.
|
DatasourceException
The
DatasourceException will be thrown by data sources and
normally indicates exceptions during the communication or data parsing. |
JPath
JPath represents a lightweight JSONParser and allows parsing
based on the JSON structure and a path relative to this structure. |
Session
A
Session is used to manage cookies and user credentials across
multiple AbstractRestOperation s. |