org.apache.ws.notification.topics.v2004_06
Interface TopicsConstants


public interface TopicsConstants

Constants defined by the WS-Topics 1.2 Draft 01 specification.


Field Summary
static java.lang.String NSPREFIX_WSTOP_SCHEMA
          Namespace prefix for the WS-Topics 1.2 Draft 01 schema.
static java.lang.String NSURI_WSTOP_SCHEMA
          Namespace URI of the WS-Topics 1.2 Draft 01 schema.
static java.lang.String TOPIC_EXPR_DIALECT_CONCRETE
          URI of the "Concrete" topic expression dialect.
static java.lang.String TOPIC_EXPR_DIALECT_FULL
          URI of the "Full" topic expression dialect.
static java.lang.String TOPIC_EXPR_DIALECT_SIMPLE
          URI of the "Simple" topic expression dialect.
 

Field Detail

NSURI_WSTOP_SCHEMA

public static final java.lang.String NSURI_WSTOP_SCHEMA
Namespace URI of the WS-Topics 1.2 Draft 01 schema.

See Also:
Constant Field Values

NSPREFIX_WSTOP_SCHEMA

public static final java.lang.String NSPREFIX_WSTOP_SCHEMA
Namespace prefix for the WS-Topics 1.2 Draft 01 schema.

See Also:
Constant Field Values

TOPIC_EXPR_DIALECT_SIMPLE

public static final java.lang.String TOPIC_EXPR_DIALECT_SIMPLE
URI of the "Simple" topic expression dialect.

See Also:
Constant Field Values

TOPIC_EXPR_DIALECT_CONCRETE

public static final java.lang.String TOPIC_EXPR_DIALECT_CONCRETE
URI of the "Concrete" topic expression dialect.

See Also:
Constant Field Values

TOPIC_EXPR_DIALECT_FULL

public static final java.lang.String TOPIC_EXPR_DIALECT_FULL
URI of the "Full" topic expression dialect.

See Also:
Constant Field Values


Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.