com.ebmwebsourcing.wsstar.brokerednotification.datatypes.api
Class WsnbrConstants

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.brokerednotification.datatypes.api.WsnbrConstants

public class WsnbrConstants
extends java.lang.Object

Constants of WS-Resource

Author:
Thierry Déjean - eBM WebSourcing

Field Summary
static java.lang.String BROKER_INITIATED_PUBLISHING_PATTERN
           
static java.lang.String DEMAND_BASED_PUBLISHING_PATTERN
           
static javax.xml.namespace.QName DESTROY_REGISTRATION_QNAME
           
static javax.xml.namespace.QName DESTROY_REGISTRATION_RESPONSE_QNAME
           
static javax.xml.namespace.QName NOTIFICATION_BROKER_INTERFACE
          The QName of the notification broker interface
Imposed by the WS-BrokeredNotification specifications
static javax.xml.namespace.QName NOTIFICATION_BROKER_RP_QNAME
           
static javax.xml.namespace.QName PUBLISHER_REGISTRATION_FAILED_QNAME
           
static javax.xml.namespace.QName PUBLISHER_REGISTRATION_MANAGER_INTERFACE
          The QName of the publisher registration interface
Imposed by the WS-BrokeredNotification specifications
static javax.xml.namespace.QName PUBLISHER_REGISTRATION_REFERENCE_QNAME
           
static javax.xml.namespace.QName PUBLISHER_REGISTRATION_REJECTED_QNAME
           
static javax.xml.namespace.QName PUBLISHER_REGISTRATION_RP_QNAME
           
static javax.xml.namespace.QName REGISTER_PUBLISHER_QNAME
           
static javax.xml.namespace.QName REGISTER_PUBLISHER_RESPONSE_QNAME
           
static javax.xml.namespace.QName REGISTRATION_ID_QNAME_TAG
          XML TAG node use to identified a publisher's registration Id in a WS-Addressing "EndpointReference", when the publisher's registration resource is implemented as a WS-Resource.
static javax.xml.namespace.QName RESOURCE_NOT_DESTROYED_QNAME
           
static java.lang.String SIMPLE_PUBLISHING_PATTERN
           
static javax.xml.namespace.QName TOPIC_QNAME
           
static java.lang.String WS_BASE_NOTIFICATION_PREFIX
          extra the WS-BaseNotification prefix is different in WS-BrokeredNotification specification !?!
static java.lang.String WS_BASE_NOTIFICATION_WSDL_PREFIX
          extra the WS-BaseNotification prefix is different in WS-BrokeredNotification specification !?!
static java.lang.String WS_BROKERED_NOTIFICATION_NAMESPACE_URI
          target namespace of WS-BrokeredNotification specification XML schema
static java.lang.String WS_BROKERED_NOTIFICATION_PREFIX
          prefix associated to target namespace of WS-BrokeredNotification specification XML schema
static java.lang.String WS_BROKERED_NOTIFICATION_WSDL_NAMESPACE_URI
          target namespace of WS-BrokeredNotification specification wsdl
static java.lang.String WS_BROKERED_NOTIFICATION_WSDL_PREFIX
          prefix associated to target namespace of WS-BrokeredNotification specification wsdl
 
Constructor Summary
protected WsnbrConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WS_BROKERED_NOTIFICATION_NAMESPACE_URI

public static final java.lang.String WS_BROKERED_NOTIFICATION_NAMESPACE_URI
target namespace of WS-BrokeredNotification specification XML schema

See Also:
Constant Field Values

WS_BROKERED_NOTIFICATION_PREFIX

public static final java.lang.String WS_BROKERED_NOTIFICATION_PREFIX
prefix associated to target namespace of WS-BrokeredNotification specification XML schema

See Also:
Constant Field Values

WS_BASE_NOTIFICATION_PREFIX

public static final java.lang.String WS_BASE_NOTIFICATION_PREFIX
extra the WS-BaseNotification prefix is different in WS-BrokeredNotification specification !?!

See Also:
Constant Field Values

DESTROY_REGISTRATION_QNAME

public static final javax.xml.namespace.QName DESTROY_REGISTRATION_QNAME

DESTROY_REGISTRATION_RESPONSE_QNAME

public static final javax.xml.namespace.QName DESTROY_REGISTRATION_RESPONSE_QNAME

REGISTER_PUBLISHER_QNAME

public static final javax.xml.namespace.QName REGISTER_PUBLISHER_QNAME

REGISTER_PUBLISHER_RESPONSE_QNAME

public static final javax.xml.namespace.QName REGISTER_PUBLISHER_RESPONSE_QNAME

PUBLISHER_REGISTRATION_REFERENCE_QNAME

public static final javax.xml.namespace.QName PUBLISHER_REGISTRATION_REFERENCE_QNAME

TOPIC_QNAME

public static final javax.xml.namespace.QName TOPIC_QNAME

NOTIFICATION_BROKER_RP_QNAME

public static final javax.xml.namespace.QName NOTIFICATION_BROKER_RP_QNAME

PUBLISHER_REGISTRATION_RP_QNAME

public static final javax.xml.namespace.QName PUBLISHER_REGISTRATION_RP_QNAME

PUBLISHER_REGISTRATION_REJECTED_QNAME

public static final javax.xml.namespace.QName PUBLISHER_REGISTRATION_REJECTED_QNAME

PUBLISHER_REGISTRATION_FAILED_QNAME

public static final javax.xml.namespace.QName PUBLISHER_REGISTRATION_FAILED_QNAME

RESOURCE_NOT_DESTROYED_QNAME

public static final javax.xml.namespace.QName RESOURCE_NOT_DESTROYED_QNAME

WS_BROKERED_NOTIFICATION_WSDL_NAMESPACE_URI

public static final java.lang.String WS_BROKERED_NOTIFICATION_WSDL_NAMESPACE_URI
target namespace of WS-BrokeredNotification specification wsdl

See Also:
Constant Field Values

WS_BROKERED_NOTIFICATION_WSDL_PREFIX

public static final java.lang.String WS_BROKERED_NOTIFICATION_WSDL_PREFIX
prefix associated to target namespace of WS-BrokeredNotification specification wsdl

See Also:
Constant Field Values

WS_BASE_NOTIFICATION_WSDL_PREFIX

public static final java.lang.String WS_BASE_NOTIFICATION_WSDL_PREFIX
extra the WS-BaseNotification prefix is different in WS-BrokeredNotification specification !?!

See Also:
Constant Field Values

NOTIFICATION_BROKER_INTERFACE

public static final javax.xml.namespace.QName NOTIFICATION_BROKER_INTERFACE
The QName of the notification broker interface
Imposed by the WS-BrokeredNotification specifications


PUBLISHER_REGISTRATION_MANAGER_INTERFACE

public static final javax.xml.namespace.QName PUBLISHER_REGISTRATION_MANAGER_INTERFACE
The QName of the publisher registration interface
Imposed by the WS-BrokeredNotification specifications


SIMPLE_PUBLISHING_PATTERN

public static final java.lang.String SIMPLE_PUBLISHING_PATTERN
See Also:
Constant Field Values

BROKER_INITIATED_PUBLISHING_PATTERN

public static final java.lang.String BROKER_INITIATED_PUBLISHING_PATTERN
See Also:
Constant Field Values

DEMAND_BASED_PUBLISHING_PATTERN

public static final java.lang.String DEMAND_BASED_PUBLISHING_PATTERN
See Also:
Constant Field Values

REGISTRATION_ID_QNAME_TAG

public static javax.xml.namespace.QName REGISTRATION_ID_QNAME_TAG
XML TAG node use to identified a publisher's registration Id in a WS-Addressing "EndpointReference", when the publisher's registration resource is implemented as a WS-Resource. See http://docs.oasis-open.org/wsrf/wsrf-primer-1.2-primer-cd-02.pdf (page 7/47 and following ones) for more details

Constructor Detail

WsnbrConstants

protected WsnbrConstants()


Copyright © 2010-2011 eBM Websourcing. All Rights Reserved.