for (Class serviceInterface : serviceInterfaces)
{
String name = serviceInterface.getName();
String serviceId = InternalUtils.lastTerm(name);
AliasContribution contribution = AliasContribution.create(serviceInterface, locator
.getService(serviceId, serviceInterface));
configuration.add(contribution);
}
}