Uses of Interface
uk.org.ogsadai.service.resource.config.DSRComponentFactory

Packages that use DSRComponentFactory
uk.org.ogsadai.service.resource.config Classes to do with Data Service Resource configuration.?
uk.org.ogsadai.service.wsrf.dataservice.impl This package provides classes implementing OGSA-DAI WSRF-compliant data services.?
?

Uses of DSRComponentFactory in uk.org.ogsadai.service.resource.config
?

Classes in uk.org.ogsadai.service.resource.config that implement DSRComponentFactory
?class FileBasedDSRComponentFactory
??????????Creates the components required to build a data service resource by reading configuration details from files.
?

Uses of DSRComponentFactory in uk.org.ogsadai.service.wsrf.dataservice.impl
?

Methods in uk.org.ogsadai.service.wsrf.dataservice.impl with parameters of type DSRComponentFactory
protected ?org.globus.wsrf.ResourceKey DataServiceImpl.createResourceFromComponentFactory(java.lang.Object?id, DSRComponentFactory?componentFactory)
??????????Creates a data service resource using a data service resource component factory to generate the required components of the resource.
?