See: Description
| Interface | Description |
|---|---|
| RequestHandler |
Implemented by services that want to implement remote resource management.
|
| RequestHandlerRegistry |
Interface used to register or unregister
RequestHandlers identified by a specific id. |
| Class | Description |
|---|---|
| RequestHandlerContext |
PoJo class used to wrap the context associated to a request received from the cloud and passed to a
RequestHandler. |
| Enum | Description |
|---|---|
| RequestHandlerContextConstants |
This class is an enumeration that wraps property keys used to defined a Context for a RequestHandler.
|
| RequestHandlerMessageConstants |
This class is an enumeration that wraps some of the possible property keys set in the properties of a
KuraMessage used for request/response. |