{
final String name = (String) it.next();
map.put(new FactoryParameterKey(name), helperObjects.get(name));
}
final ResourceKey key = resourceManager.createKey(bytes, map);
final Resource resource = resourceManager.create(key, contextKey, MasterReport.class);
return (MasterReport) resource.getResource();
}
private MasterReport parseReportDirectly(final InputSource input, final URL contentBase)