Package | Description |
---|---|
com.softwareag.mobile.runtime.toolkit.operations | |
com.softwareag.mobile.runtime.toolkit.rest |
Modifier and Type | Class and Description |
---|---|
class |
AbstractThreadedOperation
The
AbstractThreadedOperation is an asynchronous executed
operation. |
class |
FileLoadOperation
This class loads a resource from the file system into a String.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractMultipartRestOperation
The
AbstractMultipartRestOperation is an extension of
AbstractRestOperation that adds support for HTTP multipart POST or
PUT requests. |
class |
AbstractRestOperation
The
AbstractRestOperation is an thread save, derivable
abstraction for remote communication using Representational state transfer
(REST). |
class |
AbstractVirtualOperation |