InterfaceSynthesizer is = (InterfaceSynthesizer) getModule().getService(
HiveMind.INTERFACE_SYNTHESIZER_SERVICE,
InterfaceSynthesizer.class);
return is.synthesizeInterface(declaredInterface);
}
public void setServiceConstructor(ServiceImplementationConstructor contribution,
boolean defaultConstructor)
{