Uses of Package
uk.org.ogsadai.service.resource.factory

Packages that use uk.org.ogsadai.service.resource.factory
uk.org.ogsadai.activity Contains the core interfaces and classes of the Activity Framework. 
uk.org.ogsadai.engine Contains the core classes and interfaces of the engine component which is chiefly responsible for processing requests and building responses. 
uk.org.ogsadai.examples.demoFactory Example code for the demo factory tutorial. 
uk.org.ogsadai.service.resource.factory Provides functionality to dynamically create new data service resources from activities. 
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services. 
 

Classes in uk.org.ogsadai.service.resource.factory used by uk.org.ogsadai.activity
DataServiceResourceFactory
          Interface for factory data service resources that can create and remove data service resources dynamically.
 

Classes in uk.org.ogsadai.service.resource.factory used by uk.org.ogsadai.engine
DataServiceResourceFactory
          Interface for factory data service resources that can create and remove data service resources dynamically.
 

Classes in uk.org.ogsadai.service.resource.factory used by uk.org.ogsadai.examples.demoFactory
ConfigDirectoryProvider
          Interface to implemented by data service resources that wish to allow their activities to access the data service resource configuration directory.
 

Classes in uk.org.ogsadai.service.resource.factory used by uk.org.ogsadai.service.resource.factory
CreateResourceConfigDirectoryException
          Problem when creating data service resource configuration files directory.
CreateResourceConfigFileException
          Problem when creating data service resource configuration file.
CustomiseResourceConfigFileException
          Problem when customising data service resource configuration file.
DynamicDataServiceResourceCreationException
          Exception thrown when a data service resource cannot be dynamically created due to an error.
DynamicDataServiceResourceRemovalException
          Exception thrown when a data service resource cannot be dynamically removed due to an error.
 

Classes in uk.org.ogsadai.service.resource.factory used by uk.org.ogsadai.service.wsrf.dataservice.impl
DataServiceResourceFactory
          Interface for factory data service resources that can create and remove data service resources dynamically.
DataServiceResourceFactoryUtil
          Class containing utilities for dynamic creation of data service resources.
DynamicDataServiceResourceCreationException
          Exception thrown when a data service resource cannot be dynamically created due to an error.
DynamicDataServiceResourceRemovalException
          Exception thrown when a data service resource cannot be dynamically removed due to an error.
ResourceFactoryUtilCreateException
          Exception thrown when a DataServiceResourceFactoryUtil object could not be created due to an error.