public BAMSummaryGenerationDSClient(String cookie, String backendServerURL,
ConfigurationContext configCtx) throws BAMException {
try {
String serviceURL = ClientUtil.getBackendEPR(backendServerURL, BAM_SUMMARY_GENERATION_DS);
summaryGenerationDSStub = new BAMSummaryGenerationDSStub(configCtx, serviceURL);
} catch (Exception e) {
throw new BAMException(e.getMessage(), e);
}
ServiceClient client = summaryGenerationDSStub._getServiceClient();
Options option = client.getOptions();