final Component targetComponent = super.resolveComponentURI(uri);
final ComponentService targetService = super.resolveServiceURI(uri, targetComponent);
final InterfaceContract targetServiceIfaceContract = targetService.getInterfaceContract();
// Re-create the resolved Endpoint
this.resolvedEndpoint = new EndpointReferenceImpl(
(RuntimeComponent) targetComponent, targetService, null,
targetServiceIfaceContract);
// Copy the Java Interface from the Service
final JavaInterface ji = (JavaInterface) targetServiceIfaceContract.getInterface();