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

All Known Implementing Classes:
NotificationProducerPortTypeImpl

public interface NotificationProducerPortType

The WS-BaseNotification NotificationProducer portType.


Field Summary
static javax.xml.namespace.QName NAME
           
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
           
 
Method Summary
 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc)
           
 org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument requestDoc)
           
 

Field Detail

NAME

public static final javax.xml.namespace.QName NAME

PROPS_DOC_NAME

public static final javax.xml.namespace.QName PROPS_DOC_NAME

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

subscribe

public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeResponseDocument subscribe(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.SubscribeDocument requestDoc)
Parameters:
requestDoc -
Returns:

getCurrentMessage

public org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageResponseDocument getCurrentMessage(org.oasisOpen.docs.wsn.x2004.x06.wsnWSBaseNotification12Draft01.GetCurrentMessageDocument requestDoc)
Parameters:
requestDoc -
Returns:


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