ServiceIntrospector

class kanzi::connect::ServiceIntrospector

Class that is capable of introspecting a provided service metaclass.

Public Static Functions

static string introspect(AbstractService *service)

Introspects a service.

Return

Instrospected service in XML format.

Parameters
  • service: pointer to abstract service to be introspected.

static string introspect(AbstractServiceSharedPtr service)

Introspects a service.

Return

Instrospected service in XML format.

Parameters
  • service: pointer to abstract service to be introspected.