70717273747576777879
{ if (methods == null || methods.size() == 0) { throw new NotFoundException("Could not find resource for full path: " + request.getUri().getRequestUri()); } throw new MethodNotAllowedException("No resource method found for " + httpMethod); } return invoker; }