org.apache.muse.ws.resource.ext
Class WsrfExtConstants

java.lang.Object
  extended by org.apache.muse.ws.resource.ext.WsrfExtConstants

public class WsrfExtConstants
extends Object

WsrfExtConstants is a collection of constants used by Muse to extend the base WSRF v1.2 spec. Most of the identifiers here are for common faults that happen frequently in the WSRP capability implementations.

Author:
Dan Jemiolo (danj)

Field Summary
static QName INVALID_MESSAGE_FORMAT_QNAME
           
static QName METADATA_VALIDATION_ERROR_QNAME
           
static String NAMESPACE_URI
           
static String PREFIX
           
static QName RESOURCE_INITIALIZATION_QNAME
           
static QName SCHEMA_VALIDATION_ERROR_QNAME
           
static QName SERIALIZATION_ERROR_QNAME
           
 
Constructor Summary
WsrfExtConstants()
           
 
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

INVALID_MESSAGE_FORMAT_QNAME

public static final QName INVALID_MESSAGE_FORMAT_QNAME

METADATA_VALIDATION_ERROR_QNAME

public static final QName METADATA_VALIDATION_ERROR_QNAME

RESOURCE_INITIALIZATION_QNAME

public static final QName RESOURCE_INITIALIZATION_QNAME

SCHEMA_VALIDATION_ERROR_QNAME

public static final QName SCHEMA_VALIDATION_ERROR_QNAME

SERIALIZATION_ERROR_QNAME

public static final QName SERIALIZATION_ERROR_QNAME
Constructor Detail

WsrfExtConstants

public WsrfExtConstants()


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