Uses of Class
uk.org.ogsadai.exception.ExternalModuleException

Packages that use ExternalModuleException
uk.org.ogsadai.common.xml This package provides a set of common classes for XML manipulation. 
uk.org.ogsadai.converters.webrowset WebRowSet converter interfaces for converting WebRowSet XML into java.sql.ResultSet objects. 
uk.org.ogsadai.dataresource Provides the data service resource layer of OGSA-DAI and also the core data data resource accessors. 
uk.org.ogsadai.dataresource.config Provides functionality related to data resource accessor meta-data resource properties. 
 

Uses of ExternalModuleException in uk.org.ogsadai.common.xml
 

Methods in uk.org.ogsadai.common.xml that throw ExternalModuleException
static org.w3c.dom.Document XMLUtilities.createEmptyDocument()
          Create a new empty org.w3c.dom.Document.
 

Uses of ExternalModuleException in uk.org.ogsadai.converters.webrowset
 

Constructors in uk.org.ogsadai.converters.webrowset that throw ExternalModuleException
WebRowSetParser()
          Constructs a new WebRowSetParser
 

Uses of ExternalModuleException in uk.org.ogsadai.dataresource
 

Methods in uk.org.ogsadai.dataresource that throw ExternalModuleException
private  java.lang.Object SimpleXMLDBMetaDataExtractor.getCollectionSchema(java.lang.String collectionURI, org.xmldb.api.base.Collection collection, javax.xml.namespace.QName name)
          Extracts XMLDB database meta data and places this in a DOM object.
 

Uses of ExternalModuleException in uk.org.ogsadai.dataresource.config
 

Methods in uk.org.ogsadai.dataresource.config that throw ExternalModuleException
 void ProductInfo.configure(org.w3c.dom.Element elt)
          Create product information by parsing the given element and build an XML document holding this information.