Uses of Interface
org.xiruss.repository.api.XmlStorageObject

Packages that use XmlStorageObject
org.xiruss.repository.common Holds implementation classes usable by both clients and servers. 
org.xiruss.repository.server.storagemanagement.specializations Defines specializations of StorageObject that understand the details of specific kinds of data. 
org.xiruss.xirussrepository.client This package provides client-side proxies that implement all the relevant Repository and XirussRepository APIs and manage all communication with the HTTP Xiruss Repository API (provided by the JettyXirussHttpApiRunner class. 
 

Uses of XmlStorageObject in org.xiruss.repository.common
 

Methods in org.xiruss.repository.common with parameters of type XmlStorageObject
 void HtmlReportRepositoryVisitor.visitXmlStorageObject(XmlStorageObject so)
           
 

Uses of XmlStorageObject in org.xiruss.repository.server.storagemanagement.specializations
 

Classes in org.xiruss.repository.server.storagemanagement.specializations that implement XmlStorageObject
 class XmlStorageObjectBase
          Represents XML documents.
 

Uses of XmlStorageObject in org.xiruss.xirussrepository.client
 

Classes in org.xiruss.xirussrepository.client that implement XmlStorageObject
 class XmlStorageObjectProxy