org.apache.muse.ws.resource.metadata
Class WsrmdConstants

java.lang.Object
  extended by org.apache.muse.ws.resource.metadata.WsrmdConstants

public class WsrmdConstants
extends Object

WsrmdConstants is a collection of properties that are useful when programming against the WS-ResourceMetadata spec. This class uses WS-RMD v1.0.

Author:
Dan Jemiolo (danj)

Field Summary
static String APPENDABLE
           
static String CONSTANT
           
static QName DEFINITIONS_QNAME
           
static QName DESCRIPTOR_ATTR_QNAME
           
static QName DESCRIPTOR_LOCATION_ATTR_QNAME
           
static QName DESCRIPTOR_QNAME
           
static QName INITIAL_VALUES_QNAME
           
static String INTERFACE
           
static String LOWER_BOUND
           
static String MODIFIABILITY
           
static String MUTABILITY
           
static String MUTABLE
           
static String NAME
           
static String NAMESPACE_URI
          The current WS-RMD namespace URI - v1.0.
static String PREFIX
           
static QName PROPERTY_QNAME
           
static String READ_ONLY
           
static String READ_WRITE
           
static QName STATIC_VALUES_QNAME
           
static String UPPER_BOUND
           
static QName VALID_RANGE_QNAME
           
static QName VALID_VALUES_QNAME
           
static String WSDL_LOCATION
           
 
Constructor Summary
WsrmdConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAMESPACE_URI

public static final String NAMESPACE_URI
The current WS-RMD namespace URI - v1.0.

See Also:
Constant Field Values

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

DEFINITIONS_QNAME

public static final QName DEFINITIONS_QNAME

DESCRIPTOR_QNAME

public static final QName DESCRIPTOR_QNAME

DESCRIPTOR_ATTR_QNAME

public static final QName DESCRIPTOR_ATTR_QNAME

DESCRIPTOR_LOCATION_ATTR_QNAME

public static final QName DESCRIPTOR_LOCATION_ATTR_QNAME

NAME

public static final String NAME
See Also:
Constant Field Values

INTERFACE

public static final String INTERFACE
See Also:
Constant Field Values

WSDL_LOCATION

public static final String WSDL_LOCATION
See Also:
Constant Field Values

PROPERTY_QNAME

public static final QName PROPERTY_QNAME

MODIFIABILITY

public static final String MODIFIABILITY
See Also:
Constant Field Values

READ_ONLY

public static final String READ_ONLY
See Also:
Constant Field Values

READ_WRITE

public static final String READ_WRITE
See Also:
Constant Field Values

MUTABILITY

public static final String MUTABILITY
See Also:
Constant Field Values

APPENDABLE

public static final String APPENDABLE
See Also:
Constant Field Values

CONSTANT

public static final String CONSTANT
See Also:
Constant Field Values

MUTABLE

public static final String MUTABLE
See Also:
Constant Field Values

INITIAL_VALUES_QNAME

public static final QName INITIAL_VALUES_QNAME

STATIC_VALUES_QNAME

public static final QName STATIC_VALUES_QNAME

VALID_VALUES_QNAME

public static final QName VALID_VALUES_QNAME

VALID_RANGE_QNAME

public static final QName VALID_RANGE_QNAME

LOWER_BOUND

public static final String LOWER_BOUND
See Also:
Constant Field Values

UPPER_BOUND

public static final String UPPER_BOUND
See Also:
Constant Field Values
Constructor Detail

WsrmdConstants

public WsrmdConstants()


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.