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

Packages that use DAIURLReadIOException
uk.org.ogsadai.common This package provides a set of common classes and interfaces supporting all the other OGSA-DAI components. 
uk.org.ogsadai.service.resource.config Classes to do with Data Service Resource configuration. 
 

Uses of DAIURLReadIOException in uk.org.ogsadai.common
 

Methods in uk.org.ogsadai.common that throw DAIURLReadIOException
static org.w3c.dom.Document NetUtilities.readToDocument(java.lang.String url, boolean validate)
          Returns a string containing the data read from a specified URL.
static java.lang.String NetUtilities.readToString(java.lang.String url)
          Returns a string containing the data read from a specified URL.
static java.lang.String NetUtilities.readToString(java.net.URL url)
          Returns a string containing the data read from a specified URL.
 

Uses of DAIURLReadIOException in uk.org.ogsadai.service.resource.config
 

Methods in uk.org.ogsadai.service.resource.config that throw DAIURLReadIOException
private  ActivityConfig[] FileBasedActivitiesConfig.getActivityConfigs(org.w3c.dom.Document configDoc)
          Gets the array of configuration details associated with each activity.
private  ActivityConfig FileBasedActivitiesConfig.getActivityConfig(org.w3c.dom.Element activityElement, java.lang.String configBase, java.lang.String schemaBase)
          Constructs the activity configuration associated with a single activity.
private  org.w3c.dom.Document FileBasedActivitiesConfig.getBasePerformDocumentSchema(org.w3c.dom.Document configDoc)
          Extracts the base perform document schema from the configuration document.