391392393394395396397398399400401
ArrayList<ServiceInfo> al = htServices.get(srvName); if (al == null) { error("Service not found : " + srvName); throw new ServiceNotFoundEx(srvName); } for (ServiceInfo si : al) { if (si.matches(req.getParams())) { srvInfo = si;