uk.org.ogsadai.service.wsrf
Class WSRFConstants

java.lang.Object
  |
  +--uk.org.ogsadai.service.wsrf.WSRFConstants

public class WSRFConstants
extends java.lang.Object

Records constants utilised by OGSA-DAI WSRF-related components.

Author:
The OGSA-DAI Project Team

Field Summary
private static java.lang.String COPYRIGHT_NOTICE
          Copyright statement
static javax.xml.namespace.QName DATA_SERVICE_RESOURCE_KEY
          Qualified name of data service resource key.
static javax.xml.namespace.QName RP_SET
          Qualified name of data service resource resource properties document.
 
Constructor Summary
WSRFConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT_NOTICE

private static final java.lang.String COPYRIGHT_NOTICE
Copyright statement

See Also:
Constant Field Values

DATA_SERVICE_RESOURCE_KEY

public static final javax.xml.namespace.QName DATA_SERVICE_RESOURCE_KEY
Qualified name of data service resource key.


RP_SET

public static final javax.xml.namespace.QName RP_SET
Qualified name of data service resource resource properties document.

Constructor Detail

WSRFConstants

public WSRFConstants()