org.globus.wsrf
Class WSRFConstants

java.lang.Object
  extended byorg.globus.wsrf.WSRFConstants

public class WSRFConstants
extends java.lang.Object

Generic constants defined by WSRF family of specifications.


Field Summary
static javax.xml.namespace.QName CONTENT
          Content resource property QName
static javax.xml.namespace.QName CURRENT_TIME
          Current time resource property QName
static javax.xml.namespace.QName ENTRY
          Entry resource property QName
static java.lang.String LIFETIME_NS
          WS-ResourceLifetime namespace
static java.lang.String LIFETIME_PREFIX
          Prefix used when constructing QNames for the WS-ResourceLifetime namespace
static javax.xml.namespace.QName MEMBER_EPR
          MemberEPR resource property QName
static javax.xml.namespace.QName MEMBERSHIP_CONTENT_RULE
          MembershipContentRule resource property QName
static java.lang.String PROPERTIES_NS
          WS-ResourceProperties namespace
static java.lang.String PROPERTIES_PREFIX
          Prefix used when constructing QNames for the WS-ResourceProperties namespace
static javax.xml.namespace.QName SERVICEGROUP_EPR
          ServiceGroupEPR resource property QName
static java.lang.String SERVICEGROUP_NS
          WS-ServiceGroup namespace
static java.lang.String SERVICEGROUP_PREFIX
          Prefix used when constructing QNames for the WS-ServiceGroup namespace
static javax.xml.namespace.QName TERMINATION_TIME
          Termination time resource property QName
static javax.xml.namespace.QName TERMINATION_TOPIC
          Termination topic QName
static java.lang.String XPATH_1_DIALECT
          Identifies the XPath 1.0 language.
 
Constructor Summary
WSRFConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LIFETIME_PREFIX

public static final java.lang.String LIFETIME_PREFIX
Prefix used when constructing QNames for the WS-ResourceLifetime namespace

See Also:
Constant Field Values

LIFETIME_NS

public static final java.lang.String LIFETIME_NS
WS-ResourceLifetime namespace

See Also:
Constant Field Values

TERMINATION_TIME

public static final javax.xml.namespace.QName TERMINATION_TIME
Termination time resource property QName


CURRENT_TIME

public static final javax.xml.namespace.QName CURRENT_TIME
Current time resource property QName


PROPERTIES_PREFIX

public static final java.lang.String PROPERTIES_PREFIX
Prefix used when constructing QNames for the WS-ResourceProperties namespace

See Also:
Constant Field Values

PROPERTIES_NS

public static final java.lang.String PROPERTIES_NS
WS-ResourceProperties namespace

See Also:
Constant Field Values

SERVICEGROUP_PREFIX

public static final java.lang.String SERVICEGROUP_PREFIX
Prefix used when constructing QNames for the WS-ServiceGroup namespace

See Also:
Constant Field Values

SERVICEGROUP_NS

public static final java.lang.String SERVICEGROUP_NS
WS-ServiceGroup namespace

See Also:
Constant Field Values

ENTRY

public static final javax.xml.namespace.QName ENTRY
Entry resource property QName


MEMBERSHIP_CONTENT_RULE

public static final javax.xml.namespace.QName MEMBERSHIP_CONTENT_RULE
MembershipContentRule resource property QName


MEMBER_EPR

public static final javax.xml.namespace.QName MEMBER_EPR
MemberEPR resource property QName


SERVICEGROUP_EPR

public static final javax.xml.namespace.QName SERVICEGROUP_EPR
ServiceGroupEPR resource property QName


CONTENT

public static final javax.xml.namespace.QName CONTENT
Content resource property QName


TERMINATION_TOPIC

public static final javax.xml.namespace.QName TERMINATION_TOPIC
Termination topic QName


XPATH_1_DIALECT

public static final java.lang.String XPATH_1_DIALECT
Identifies the XPath 1.0 language.

See Also:
Constant Field Values
Constructor Detail

WSRFConstants

public WSRFConstants()