MessageDistributionServiceFactory constructor

MessageDistributionServiceFactory()

Implementation

MessageDistributionServiceFactory() : super() {
  registerAsType(MessageDistributionServiceFactory.ControllerDescriptor,
      MessageDistributionController);
  registerAsType(MessageDistributionServiceFactory.HttpServiceDescriptor,
      MessageDistributionHttpServiceV1);
}