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.

Parameters

service – pointer to abstract service to be introspected.

Returns

Instrospected service in XML format.

static string introspect(AbstractServiceSharedPtr service)

Introspects a service.

Parameters

service – pointer to abstract service to be introspected.

Returns

Instrospected service in XML format.