CommunicationsServerFactory

abstract class CommunicationsServerFactory(val serverDescriptor: CommunicationsServerDescriptor)

Factory for creating CommunicationsServiceBase derived service stubs.

The serverDescriptor provides meta-data on the service that is provided by this factory.

Parameters

serverDescriptor

Describes the service that is provided by the factory.

Constructors

Properties

Functions

Link copied to clipboard

Creates a communication server stub implementation.