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 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 NotificationManager This module implements the notification manager service functionality for the CSE.
Module RegistrationManager Implementation of the RegistrationManager, which is responsible for handling registrations and de-registrations of AE, CSE and other resources.
Module RequestManager RequestManager module. Main request dispatcher. All external requests are routed through here.
Module SecurityManager This module implements the SecurityManager entity.
Module Validator Validation service and functions.