org.apache.ws.notification.base.v2004_06.porttype
Interface NotificationProducerPortType


public interface NotificationProducerPortType

The WS-BaseNotification 2004/06 NotificationProducer portType.


Field Summary
static javax.xml.namespace.QName NAME
          QName of NotificationProducer.
static javax.xml.namespace.QName PROP_QNAME_FIXED_TOPIC_SET
          FixedTopicSet property name.
static javax.xml.namespace.QName PROP_QNAME_TOPIC
          Topic property name.
static javax.xml.namespace.QName PROP_QNAME_TOPIC_EXPRESSION_DIALECTS
          TopicExpressionDialects property name.
static javax.xml.namespace.QName PROPS_DOC_NAME
          QName of NotificationProducerRP Resource Properties Document.
 
Method Summary
 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc)
          Method used for retrieving the current message from the NotificationProducer.
 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument requestDoc)
          Method used to subscribe for notifications.
 

Field Detail

NAME

public static final javax.xml.namespace.QName NAME
QName of NotificationProducer.


PROPS_DOC_NAME

public static final javax.xml.namespace.QName PROPS_DOC_NAME
QName of NotificationProducerRP Resource Properties Document.


PROP_QNAME_TOPIC

public static final javax.xml.namespace.QName PROP_QNAME_TOPIC
Topic property name.


PROP_QNAME_FIXED_TOPIC_SET

public static final javax.xml.namespace.QName PROP_QNAME_FIXED_TOPIC_SET
FixedTopicSet property name.


PROP_QNAME_TOPIC_EXPRESSION_DIALECTS

public static final javax.xml.namespace.QName PROP_QNAME_TOPIC_EXPRESSION_DIALECTS
TopicExpressionDialects property name.

Method Detail

getCurrentMessage

public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc)
Method used for retrieving the current message from the NotificationProducer.

Parameters:
requestDoc -
Returns:
GetCurrentMessageResponseDocument

subscribe

public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument requestDoc)
Method used to subscribe for notifications.

Parameters:
requestDoc -
Returns:
SubscribeResponseDocument


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