if (containerURL == null) {
throw new IllegalArgumentException("containerURL may not be null");
}
this.instanceEPRs =
new EPRGenerator(containerURL,
Constants_GT4_0.SERVICE_PATH,
Constants_GT4_0.RESOURCE_KEY_QNAME);
this.groupEPRs =
new EPRGenerator(containerURL,
Constants_GT4_0.GROUP_SERVICE_PATH,
Constants_GT4_0.GROUP_RESOURCE_KEY_QNAME);
this.ensembleEPRs =
new EPRGenerator(containerURL,
Constants_GT4_0.ENSEMBLE_SERVICE_PATH,
Constants_GT4_0.ENSEMBLE_RESOURCE_KEY_QNAME);
}