ServicePointDefinitionImpl spd = new ServicePointDefinitionImpl(md, "service", null,
Visibility.PUBLIC, Runnable.class.getName());
ImplementationDefinition sid = new ImplementationDefinitionImpl(md,
null, null, ServiceModel.PRIMITIVE, true);
spd.addImplementation(sid);
new ServicePointImpl(module, spd).toString();
}