return new BooleanQueryClient(location);
}
if (Protocol.BINDINGS_QUERY.equals(type)) {
return new TupleQueryClient(location);
}
throw new StoreException("Unsupported query type: " + type);
}
catch (IOException e) {
throw new StoreException(e);
}
finally {
request.release();
}
}