org.apache.ws.notification.base.v2004_06
Interface BaseNotificationConstants


public interface BaseNotificationConstants

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


Field Summary
static java.lang.String NOTIFY_ACTION_URI
          The value to use for the wsa:Action header in outgoing Notify messages.
static java.lang.String NSPREFIX_WSNT_SCHEMA
          Namespace prefix for the WS-BaseNotification 1.2 Draft 01 schema.
static java.lang.String NSPREFIX_WSNT_WSDL
          Namespace prefix for the WS-BaseNotification 1.2 Draft 01 WSDL.
static java.lang.String NSURI_WSNT_SCHEMA
          Namespace URI of the WS-BaseNotification 1.2 Draft 01 schema.
static java.lang.String NSURI_WSNT_WSDL
          Namespace URI of the WS-BaseNotification 1.2 Draft 01 WSDL.
 

Field Detail

NSURI_WSNT_SCHEMA

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

See Also:
Constant Field Values

NSPREFIX_WSNT_SCHEMA

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

See Also:
Constant Field Values

NSURI_WSNT_WSDL

public static final java.lang.String NSURI_WSNT_WSDL
Namespace URI of the WS-BaseNotification 1.2 Draft 01 WSDL.

See Also:
Constant Field Values

NSPREFIX_WSNT_WSDL

public static final java.lang.String NSPREFIX_WSNT_WSDL
Namespace prefix for the WS-BaseNotification 1.2 Draft 01 WSDL.

See Also:
Constant Field Values

NOTIFY_ACTION_URI

public static final java.lang.String NOTIFY_ACTION_URI
The value to use for the wsa:Action header in outgoing Notify messages.

See Also:
Constant Field Values


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