binding.setURI(targetURI);
reference.getBindings().add(binding);
return new ServiceReferenceImpl<B>(businessInterface, component, reference, binding, nodeRuntime
.getProxyFactory(), nodeRuntime.getCompositeActivator());
} catch (Exception e) {
throw new ServiceRuntimeException(e);
}
}