Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.rest |
Modifier and Type | Method and Description |
---|---|
void |
JSONDatasource.onOperationFailed(AbstractRestOperation operation) |
void |
IServiceDelegate.onOperationFailed(AbstractRestOperation operation)
Notifies this listener that the watched
AbstractRestOperation
failed. |
void |
JSONDatasource.onOperationFinished(AbstractRestOperation operation) |
void |
IServiceDelegate.onOperationFinished(AbstractRestOperation operation)
Notifies this listener that the watched
AbstractRestOperation
finished. |
Constructor and Description |
---|
JSONDatasource(AbstractRestOperation jsonRequest,
java.lang.String expression)
Creates a new
JSONDatasource from a given AbstractRestOperation and
a JPath expression referencing the root object within the
JSON data structure. |