org.apache.muse.ws.notification.topics
Class WstConstants

java.lang.Object
  extended by org.apache.muse.ws.notification.topics.WstConstants

public class WstConstants
extends Object

WstConstants is a collection of properties and methods that is useful when programming against the WS-Topics spec. This class uses WS-T v1.3.

Author:
Dan Jemiolo (danj)

Field Summary
static String CONCRETE_TOPIC_URI
           
static String DIALECT
           
static String FINAL
           
static String FULL_TOPIC_URI
           
static String MESSAGE_TYPES
           
static String NAMESPACE_URI
           
static QName PATTERN_QNAME
           
static String PREFIX
           
static String SIMPLE_TOPIC_URI
           
static QName TOPIC_NAMESPACE_QNAME
           
static QName TOPIC_QNAME
           
static QName TOPIC_SET_QNAME
           
 
Constructor Summary
WstConstants()
           
 
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

CONCRETE_TOPIC_URI

public static final String CONCRETE_TOPIC_URI
See Also:
Constant Field Values

DIALECT

public static final String DIALECT
See Also:
Constant Field Values

FINAL

public static final String FINAL
See Also:
Constant Field Values

FULL_TOPIC_URI

public static final String FULL_TOPIC_URI
See Also:
Constant Field Values

MESSAGE_TYPES

public static final String MESSAGE_TYPES
See Also:
Constant Field Values

PATTERN_QNAME

public static final QName PATTERN_QNAME

SIMPLE_TOPIC_URI

public static final String SIMPLE_TOPIC_URI
See Also:
Constant Field Values

TOPIC_NAMESPACE_QNAME

public static final QName TOPIC_NAMESPACE_QNAME

TOPIC_QNAME

public static final QName TOPIC_QNAME

TOPIC_SET_QNAME

public static final QName TOPIC_SET_QNAME
Constructor Detail

WstConstants

public WstConstants()


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