org.apache.ws.mows.v1_0
Interface MowsConstants


public interface MowsConstants

Constants for names defined by the MOWS 1.0 specification.


Field Summary
static java.lang.String BASE_URI_MOWS
          The base URI for all URIs defined by the MOWS spec.
static java.lang.String BASE_URI_MOWS_CAPABILITIES
          The base URI for all manageability capability URIs defined by the MOWS spec.
static java.lang.String NSPREFIX_MOWS_SCHEMA
          Namespace prefix for MOWS schema.
static java.lang.String NSPREFIX_MOWS_TOPICS
          Namespace prefix for MOWS topics.
static java.lang.String NSPREFIX_MOWS_WSDL
          Namespace prefix for MOWS WSDL.
static java.lang.String NSURI_MOWS_SCHEMA
          Namespace URI for MOWS schema.
static java.lang.String NSURI_MOWS_TOPICS
          Namespace URI for MOWS topics.
static java.lang.String NSURI_MOWS_WSDL
          Namespace URI for MOWS WSDL.
 

Field Detail

BASE_URI_MOWS

public static final java.lang.String BASE_URI_MOWS
The base URI for all URIs defined by the MOWS spec.

See Also:
Constant Field Values

BASE_URI_MOWS_CAPABILITIES

public static final java.lang.String BASE_URI_MOWS_CAPABILITIES
The base URI for all manageability capability URIs defined by the MOWS spec.

See Also:
Constant Field Values

NSURI_MOWS_SCHEMA

public static final java.lang.String NSURI_MOWS_SCHEMA
Namespace URI for MOWS schema.

See Also:
Constant Field Values

NSPREFIX_MOWS_SCHEMA

public static final java.lang.String NSPREFIX_MOWS_SCHEMA
Namespace prefix for MOWS schema.

See Also:
Constant Field Values

NSURI_MOWS_WSDL

public static final java.lang.String NSURI_MOWS_WSDL
Namespace URI for MOWS WSDL.

See Also:
Constant Field Values

NSPREFIX_MOWS_WSDL

public static final java.lang.String NSPREFIX_MOWS_WSDL
Namespace prefix for MOWS WSDL.

See Also:
Constant Field Values

NSURI_MOWS_TOPICS

public static final java.lang.String NSURI_MOWS_TOPICS
Namespace URI for MOWS topics.

See Also:
Constant Field Values

NSPREFIX_MOWS_TOPICS

public static final java.lang.String NSPREFIX_MOWS_TOPICS
Namespace prefix for MOWS topics.

See Also:
Constant Field Values


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