org.ow2.petals.component.framework.api
Class Constants.Notification

java.lang.Object
  extended by org.ow2.petals.component.framework.api.Constants.Notification
Enclosing class:
Constants

public static class Constants.Notification
extends Object

Notification constants


Field Summary
static String CDK_ADDRESS
          The cdk address set to identify the internal exchanges
static String CONSUMER_WSDL
          The name of the notification consumer wsdl document managed directly by the component.
static QName NOTIFICATION_BROKER_INTERFACE
          The QName of the notification broker interface
Imposed by the WS-BrokeredNotification specifications
static QName NOTIFICATION_CONSUMER_INTERFACE
          The QName of the notification consumer interface
Imposed by the WS-BaseNotification specifications
static String NOTIFICATION_FOLDER
          Name of the notifications workspace
static String NOTIFICATION_MESSAGE_NAME
          The name of the message sent into the service bus
static QName NOTIFICATION_PRODUCER_INTERFACE
          The QName of the notification producer interface
Imposed by the WS-BaseNotification specifications
static String NOTIFICATION_WSDL_FOLDER
          Name of the folder used to store notification WSDL and resource.
static String PRODUCER_WSDL
          The name of the notification producer wsdl document managed directly by the component.
static QName PUBLISHER_REGISTRATION_MANAGER_INTERFACE
          The QName of the publisher registration interface
Imposed by the WS-BrokeredNotification specifications
static QName SUBSCRIPTION_INTERFACE
          The QName of the subscription manager interface
Imposed by the WS-BaseNotification specifications
static String WS_BASE_NOTIFICATION_WSDL_NAMESPACE_URI
          The namespace of the base notification
Imposed by the WS-BaseNotification specifications
static String WS_BROKERED_NOTIFICATION_WSDL_NAMESPACE_URI
          The namespace of the brokered notification
Imposed by the WS-BrokeredNotification specifications
 
Constructor Summary
Constants.Notification()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFICATION_MESSAGE_NAME

public static final String NOTIFICATION_MESSAGE_NAME
The name of the message sent into the service bus

See Also:
Constant Field Values

WS_BROKERED_NOTIFICATION_WSDL_NAMESPACE_URI

public static final String WS_BROKERED_NOTIFICATION_WSDL_NAMESPACE_URI
The namespace of the brokered notification
Imposed by the WS-BrokeredNotification specifications

See Also:
Constant Field Values

WS_BASE_NOTIFICATION_WSDL_NAMESPACE_URI

public static final String WS_BASE_NOTIFICATION_WSDL_NAMESPACE_URI
The namespace of the base notification
Imposed by the WS-BaseNotification specifications

See Also:
Constant Field Values

NOTIFICATION_BROKER_INTERFACE

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


PUBLISHER_REGISTRATION_MANAGER_INTERFACE

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


SUBSCRIPTION_INTERFACE

public static final QName SUBSCRIPTION_INTERFACE
The QName of the subscription manager interface
Imposed by the WS-BaseNotification specifications


NOTIFICATION_PRODUCER_INTERFACE

public static final QName NOTIFICATION_PRODUCER_INTERFACE
The QName of the notification producer interface
Imposed by the WS-BaseNotification specifications


NOTIFICATION_CONSUMER_INTERFACE

public static final QName NOTIFICATION_CONSUMER_INTERFACE
The QName of the notification consumer interface
Imposed by the WS-BaseNotification specifications


PRODUCER_WSDL

public static final String PRODUCER_WSDL
The name of the notification producer wsdl document managed directly by the component. TODO : if needed, implement a mechanism to externalize the name of the wsdl into the configuration of the component

See Also:
Constant Field Values

CONSUMER_WSDL

public static final String CONSUMER_WSDL
The name of the notification consumer wsdl document managed directly by the component. TODO : if needed, implement a mechanism to externalize the name of the wsdl into the configuration of the component

See Also:
Constant Field Values

CDK_ADDRESS

public static final String CDK_ADDRESS
The cdk address set to identify the internal exchanges

See Also:
Constant Field Values

NOTIFICATION_FOLDER

public static final String NOTIFICATION_FOLDER
Name of the notifications workspace

See Also:
Constant Field Values

NOTIFICATION_WSDL_FOLDER

public static final String NOTIFICATION_WSDL_FOLDER
Name of the folder used to store notification WSDL and resource. This folder is a child of the WORK directory.

See Also:
Constant Field Values
Constructor Detail

Constants.Notification

public Constants.Notification()


Copyright © 2005-2012 Petals Link (EBM Websourcing). All Rights Reserved.