161162163164165166167168169170171
return new Entry[0]; } // Dispatch the request to that host ItemCollection processCollection = processCollection(host); return processCollection.query(queryString); } else { throw new UnsupportedOperationException(); } }