335336337338339340341342343344345
} RuntimeResourceDefinition def = getResourceType(theReq); returnsResource = false; client.search(def.getImplementingClass(), params); } else { theResp.sendError(Constants.STATUS_HTTP_400_BAD_REQUEST, "Invalid method: " + method); return; }