org.apache.muse.ws.resource
Class WsrfConstants

java.lang.Object
  extended by org.apache.muse.ws.resource.WsrfConstants

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

PREFIX

public static final String PREFIX
See Also:
Constant Field Values

WSDL_NAMESPACE_URI

public static final String WSDL_NAMESPACE_URI
See Also:
Constant Field Values

WSDL_PREFIX

public static final 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()


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