| Class | Description |
|---|---|
| ArgumentsParser |
Defines APIS to parse and initialize a service parameter from the request.
|
| ArgumentsSerializer |
Defines APIS to serialize a service argument, to be passed back to the response.
|
| BaseRequestsParser |
Provides APIs to load a dataset or a table, and to parse arguments from various inputs.
|
| IELegacyService |
Base class to invoke REST or SOAP services mapped to an internal entry (procedure, function).
|
| IERestService |
Implementation to invoke REST services mapped to an internal entry (procedure, function).
|
| JavaArgumentsParser |
A parser for
JavaRestService parameters. |
| JavaArgumentsSerializer |
A serializer for
JavaRestService parameters which will appear in the response. |
| JavaRestService |
Invocation implementation for REST service which are mapped to APIs written directly in Java.
|
| JsonRequestsParser |
Helper class to parse a parameter's value, JSON-style.
|
| JsonResponseArguments |
Helper class to serialize a parameter's value, JSON-style.
|
| LegacyArgumentsParser |
A parser for legacy service arguments.
|
| LegacyArgumentsSerializer |
A serializer for legacy service arguments.
|
| LegacyWebServiceHandler |
Defines common APIs for handling legacy SOAP or REST services.
|
| OORestService |
Implementation to invoke REST services mapped to OO methods.
|
| ProgRestService |
Implementation to invoke REST services mapped to OO methods.
|
| RequestArguments |
Helper class to resolve the arguments for a REST call.
|
| ResponseArguments |
Helper class to serialize the return value and OUTPUT arguments for a REST or SOAP call.
|
| RestHandler |
Processes the REST requests and delegates the calls to the mapped service.
|
| RestService |
Base class for an invocation implementation in a REST or SOAP request.
|
| RestServiceKey |
A key to identify a REST operation by its PATH and VERB.
|
| ServiceArgumentsParser |
Base class for parsing the input arguments for a web service call (REST or SOAP).
|
| ServiceKey |
Defines a service key to use with SOAP or REST services.
|
| Exception | Description |
|---|---|
| RequestArgumentError |
Exception thrown if there is an argument validation error.
|
| RestException |
Represents rest exceptions
|