Kanzi Connect  3.9.8
Kanzi Connect C++ API
kanzi::connect::ServiceIntrospector Class Reference

Class that is capable of introspecting a provided service metaclass. More...

#include <serviceintrospector.hpp>

Static Public Member Functions

static string introspect (AbstractServiceSharedPtr service)
 Introspects a service. More...
 
static string introspect (AbstractService *service)
 Introspects a service. More...
 

Detailed Description

Class that is capable of introspecting a provided service metaclass.

Member Function Documentation

◆ introspect() [1/2]

static string kanzi::connect::ServiceIntrospector::introspect ( AbstractServiceSharedPtr  service)
static

Introspects a service.

Parameters
servicepointer to abstract service to be introspected.
Returns
Instrospected service in XML format.

◆ introspect() [2/2]

static string kanzi::connect::ServiceIntrospector::introspect ( AbstractService service)
static

Introspects a service.

Parameters
servicepointer to abstract service to be introspected.
Returns
Instrospected service in XML format.

The documentation for this class was generated from the following file: