}
if (commandPoints.isEmpty()) {
// Subscribe the service to the bus.
if (local) {
context.getBus().subscribeLocal(svcName, new ServiceMethodCallback(svc, loadMethod));
}
else {
context.getBus().subscribe(svcName, new ServiceMethodCallback(svc, loadMethod));
}
}
}
if (svc == null) {