org.apache.muse.ws.resource
Class WsrfConstants

java.lang.Object
  extended byorg.apache.muse.ws.resource.WsrfConstants

public class WsrfConstants
extends java.lang.Object

WsrfConstants is a collection of constants defined in the WS-ResourceFramework spec, version 1.2. These values only pertain to the core WSRF spec, not the other four specs that build on top of it.

Author:
Dan Jemiolo (danj)

Field Summary
static java.lang.String NAMESPACE_URI
           
static java.lang.String PREFIX
           
static QName RESOURCE_UNAVAILABLE_QNAME
           
static QName RESOURCE_UNKNOWN_QNAME
           
static java.lang.String WSDL_NAMESPACE_URI
           
static java.lang.String WSDL_PREFIX
           
 
Constructor Summary
WsrfConstants()
           
 
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 java.lang.String NAMESPACE_URI
See Also:
Constant Field Values

PREFIX

public static final java.lang.String PREFIX
See Also:
Constant Field Values

WSDL_NAMESPACE_URI

public static final java.lang.String WSDL_NAMESPACE_URI
See Also:
Constant Field Values

WSDL_PREFIX

public static final java.lang.String WSDL_PREFIX
See Also:
Constant Field Values

RESOURCE_UNAVAILABLE_QNAME

public static final QName RESOURCE_UNAVAILABLE_QNAME

RESOURCE_UNKNOWN_QNAME

public static final QName RESOURCE_UNKNOWN_QNAME
Constructor Detail

WsrfConstants

public WsrfConstants()