|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--uk.org.ogsadai.service.wsrf.properties.DataServiceResourcePropertyFactory
A resource property factory for creating Globus Toolkit-compliant resource properties from OGSA-DAI properties.
ResourcePropertyFactory
Field Summary | |
private static java.lang.String |
COPYRIGHT_NOTICE
Copyright statement |
private SecurityContextProvider |
mSecurity
Globus security context provider for the resource properties |
Constructor Summary | |
DataServiceResourcePropertyFactory(SecurityContextProvider security)
Create a new factory. |
Method Summary | |
org.globus.wsrf.ResourceProperty |
createResourceProperty(Property property)
Creates and returns a Globus Toolkit resource property from the specified OGSA-DAI property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String COPYRIGHT_NOTICE
private final SecurityContextProvider mSecurity
Constructor Detail |
public DataServiceResourcePropertyFactory(SecurityContextProvider security)
security
- A SecurityContextProvider
to use for
creating for the DataServiceResourceProperty
objects. Each property will be given a reference to this.
java.lang.IllegalArgumentException
- if security
is null
.Method Detail |
public org.globus.wsrf.ResourceProperty createResourceProperty(Property property)
ResourcePropertyFactory
createResourceProperty
in interface ResourcePropertyFactory
property
- An OGSA-DAI property
ResourceProperty
.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |