org.apache.muse.ws.metadata
Class WsxConstants

java.lang.Object
  extended by org.apache.muse.ws.metadata.WsxConstants

public class WsxConstants
extends Object

WsxConstants is a collection of properties that is useful when programming against the WS-MetadataExchange spec. This class uses WS-MEX 09/2004.

Author:
Dan Jemiolo (danj)

Field Summary
static String DIALECT
           
static QName DIALECT_QNAME
           
static String GET_METADATA_CAPABILITY
           
static QName GET_METADATA_QNAME
           
static String GET_METADATA_URI
           
static QName METADATA_QNAME
           
static String NAMESPACE_URI
           
static String PREFIX
           
static QName SECTION_QNAME
           
static String WSDL_DIALECT
           
 
Constructor Summary
WsxConstants()
           
 
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

DIALECT

public static final String DIALECT
See Also:
Constant Field Values

DIALECT_QNAME

public static final QName DIALECT_QNAME

GET_METADATA_CAPABILITY

public static final String GET_METADATA_CAPABILITY
See Also:
Constant Field Values

GET_METADATA_QNAME

public static final QName GET_METADATA_QNAME

GET_METADATA_URI

public static final String GET_METADATA_URI
See Also:
Constant Field Values

METADATA_QNAME

public static final QName METADATA_QNAME

SECTION_QNAME

public static final QName SECTION_QNAME

WSDL_DIALECT

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

WsxConstants

public WsxConstants()


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