package documentation
This package implements the main oneM2M service functionalities for the CSE. These services are mandatory for a oneM2M CSE and are not implemented as plugins, but directly in the CSE.
| Module | |
Dispatcher module. Handles all requests and dispatches them to the appropriate handlers. This includes requests for resources, requests for resource creation, and requests for resource deletion. Also handles the discovery of resources. |
| Module | |
This module implements the notification manager service functionality for the CSE. |
| Module | |
Implementation of the RegistrationManager, which is responsible for handling registrations and de-registrations of AE, CSE and other resources. |
| Module | |
RequestManager module. Main request dispatcher. All external requests are routed through here. |
| Module | |
This module implements the SecurityManager entity. |
| Module | |
Validation service and functions. |