232425262728293031
public void load(String uri) { logger.warn("Resource not necessary in this implementation? ignoring it...."); } public QueryExecutor getQueryExecutor() { QueryExecutor qe = new QueryExecutorEndpoint(); qe.setSession(this); //FIXME return qe; }