}
// One hot discovered service coming thru....
serviceManager.addService(newService);
if (activate) {
newService.activate();
}
}
public static void removeServiceEndpoints(TargetService service) throws Exception {
TargetService oldService = getService(service.getEpr());