}
private void bindServices() {
for (Map.Entry<String, ToolDescription> entry : toolMap.entrySet()) {
ToolDescription toolDesc = entry.getValue();
if (!toolDesc.bind(serviceMap))
logger.warning("Tool " + toolDesc.getId() + " at " +
toolDesc.getLocationType() + File.separator +
toolDesc.getLocation() +
" references non-existent service " +
toolDesc.getServiceName());