Class: QgsServiceModule

Defines the service module interface for QGIS server services.

This class acts as a service registrar for services.

For dynamic modules, a QgsServiceModule instance is returned from the QGS_ServiceModule_Init() entry point.

Note

This is an abstract class, with methods which must be implemented by a subclass.

The following methods must be implemented: registerSelf()

Abstract Methods

registerSelf

Asks the module to register all provided services.

class qgis.server.QgsServiceModule[source]

Bases: object

abstract registerSelf(self, registry: QgsServiceRegistry, serverIface: QgsServerInterface | None = None)[source]

Asks the module to register all provided services.

Parameters: