Uses of Class
uk.org.ogsadai.client.toolkit.service.ServiceTypeException

Packages that use ServiceTypeException
uk.org.ogsadai.client.toolkit Provides utility classes for client-side interaction with OGSA-DAI services. 
uk.org.ogsadai.client.toolkit.service This package provides interfaces representing web services and OGSA-DAI data services. 
 

Uses of ServiceTypeException in uk.org.ogsadai.client.toolkit
 

Methods in uk.org.ogsadai.client.toolkit that throw ServiceTypeException
 DataService GenericServiceFetcher.getDataService(java.lang.String url, java.lang.String resourceID)
           
 ConfigurableDataService GenericServiceFetcher.getConfigurableDataService(java.lang.String url, java.lang.String resourceID)
          Returns a proxy managing communications with a configurable data service.
private  DataService GenericServiceFetcher.findDataService(java.lang.String url, java.lang.String resourceID)
          Returns a proxy managing communications with a configurable data service.
private  ConfigurableDataService GenericServiceFetcher.findConfigurableDataService(java.lang.String url, java.lang.String resourceID)
          Returns a proxy managing communications with a configurable data service.
 

Uses of ServiceTypeException in uk.org.ogsadai.client.toolkit.service
 

Methods in uk.org.ogsadai.client.toolkit.service that throw ServiceTypeException
 DataService ServiceFetcher.getDataService(java.lang.String url, java.lang.String resourceID)
          Create a proxy for the data service specified by the given URL and data service resource ID.