dest.send(constructor.createElement(AtomResource.FEED_NAME));
dest.send(constructor.createCharacters("\n"));
link(constructor,dest,"self",getRequest().getResourceRef().toString());
dest.send(constructor.createCharacters("\n"));
text(constructor,dest,AtomResource.TITLE_NAME,"Term Query");
dest.send(constructor.createCharacters("\n"));
text(constructor,dest,AtomResource.ID_NAME,UUID.randomUUID().toString());
dest.send(constructor.createCharacters("\n"));
text(constructor,dest,AtomResource.UPDATED_NAME,AtomResource.toXSDDate(new Date()));
} catch (XMLException ex) {
throw new QueryException("Exception during feed start.",ex);