Uses of Class
uk.org.ogsadai.client.toolkit.activity.xmldb.XMLDBResourceException

Packages that use XMLDBResourceException
uk.org.ogsadai.client.toolkit.activity.xmldb Contains the client toolkit activity classes for various XML database activities. 
 

Uses of XMLDBResourceException in uk.org.ogsadai.client.toolkit.activity.xmldb
 

Methods in uk.org.ogsadai.client.toolkit.activity.xmldb that throw XMLDBResourceException
 void XMLCreateResource.setContent(java.lang.String content)
          Sets the content of the new resource.
 void XMLCreateResource.setContentFromFile(java.lang.String contentFileName)
          Sets the content of the new resource from a file.
 void XMLBulkLoad.setInputData(org.xmldb.api.base.ResourceSet resources)
          Sets the input data for the bulk load to be the resources held within a org.xmldb.api.base.ResourceSet.
 void XMLBulkLoad.setInputData(java.lang.String content)
          Sets the input data for the bulk load.
 

Constructors in uk.org.ogsadai.client.toolkit.activity.xmldb that throw XMLDBResourceException
XMLCreateResource(java.lang.String content)
          Constructs a request to create a resource.