}
ServicePointDefinitionImpl spd = new ServicePointDefinitionImpl(module, service.id(), location,
visibility, method.getReturnType().getName());
module.addServicePoint(spd);
ImplementationConstructor constructor = new MethodCallImplementationConstructor(location,
method, instanceProvider);
ImplementationDefinition sid = new ImplementationDefinitionImpl(module, location,
constructor, service.serviceModel(), true);