Kanzi Connect 3.9.10
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 (AbstractService *service)
 Introspects a service.
 
static string introspect (AbstractServiceSharedPtr service)
 Introspects a service.
 

Detailed Description

Class that is capable of introspecting a provided service metaclass.

Member Function Documentation

◆ introspect() [1/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.

◆ introspect() [2/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.

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