}
if (ranking > 0) {
tservice.setRanking(ranking);
}
for (Class<?> interf : interfaces) {
Tinterfaces tInterfaces = new Tinterfaces();
if (interf != null) {
tInterfaces.getValue().add(interf.getName());
}
tservice.setInterfaces(tInterfaces);
}
// process service property. only key value as string are supported for now