// id of the service being constructed, or of the factory being invoked.
// Here, we're using the constructed service ... with the intent being that
// users will enable debugging for the service (or search the logs for the service)
// if it fails to build properly.
ErrorHandler errorHandler = _contributingModule.getErrorHandler();
SchemaProcessorImpl processor =
new SchemaProcessorImpl(errorHandler, serviceLog, schema);
processor.process(_parameters, _contributingModule);