org.apache.muse.ws.resource.metadata
Class WsrmdConstants
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
WsrmdConstants
public WsrmdConstants()
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.