uk.org.ogsadai.service.wsrf.properties
Interface ResourcePropertyFactory
- All Known Implementing Classes:
- DataServiceResourcePropertyFactory
- public interface ResourcePropertyFactory
An abstract factory interface for creating Globus Toolkit resource properties from OGSA-DAI properties.
- Author:
- The OGSA-DAI Project Team
Method Summary |
org.globus.wsrf.ResourceProperty |
createResourceProperty(Property property)
Creates and returns a Globus Toolkit resource property from the specified OGSA-DAI property. |
createResourceProperty
public org.globus.wsrf.ResourceProperty createResourceProperty(Property property)
-
Creates and returns a Globus Toolkit resource property from the specified OGSA-DAI property.
-
- Parameters:
property
- An OGSA-DAI property
- Returns:
- a Globus Toolkit
ResourceProperty
.