com.veriplace.client.factory
Class DocumentFactory

java.lang.Object
  extended by com.veriplace.client.factory.DocumentFactory

public class DocumentFactory
extends java.lang.Object

Factory for creating XML Documents from byte[] data.


Constructor Summary
DocumentFactory()
           
 
Method Summary
 Document getDocument(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DocumentFactory

public DocumentFactory()
Method Detail

getDocument

public Document getDocument(byte[] bytes)