|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataServiceResourceFactory | |
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.service.wsrf.dataservice.impl | This package provides classes implementing OGSA-DAI WSRF-compliant data services. |
Uses of DataServiceResourceFactory in uk.org.ogsadai.activity |
Methods in uk.org.ogsadai.activity that return DataServiceResourceFactory | |
DataServiceResourceFactory |
ActivityContext.getDataResourceFactory()
Gets the data service resource factory through which new data service resources can be created. |
Uses of DataServiceResourceFactory in uk.org.ogsadai.engine |
Fields in uk.org.ogsadai.engine declared as DataServiceResourceFactory | |
private DataServiceResourceFactory |
RequestContext.mDataServiceResourceFactory
A factory that allows activities to create new data service resources. |
Methods in uk.org.ogsadai.engine that return DataServiceResourceFactory | |
DataServiceResourceFactory |
RequestContext.getDataServiceResourceFactory()
Gets the data service resource factory that can be used to create new data service resources. |
Methods in uk.org.ogsadai.engine with parameters of type DataServiceResourceFactory | |
void |
RequestContext.setDataServiceResourceFactory(DataServiceResourceFactory factory)
Sets the data service resource factory that can be used to create new data service resources. |
Uses of DataServiceResourceFactory in uk.org.ogsadai.service.wsrf.dataservice.impl |
Classes in uk.org.ogsadai.service.wsrf.dataservice.impl that implement DataServiceResourceFactory | |
class |
ConfigurableDataServiceImpl
This class provides an implementation of a service for interacting with data service resources. |
class |
DataServiceImpl
This class provides an OGSA-DAI data service which exposes 0 or more data service resources and supports access to resource properties, resource operations and data transport operations. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |