public Node xmlForObject(OzoneRemote rObj, Document domFactory) throws Exception {
// creating the chunk is not really needed but should work ;)
DbXMLForObj command = new DbXMLForObj((OzoneProxy) rObj);
command.perform(env.transactionManager.currentTA());
byte[] bytes = (byte[]) command.result;
SAXChunkConsumer consumer = new SAXChunkConsumer(domFactory, null);
consumer.processChunk(bytes);