de.fzj.unicore.wsrflite.xmlbeans.wsn
Interface NotificationProducer

All Superinterfaces:
WSNConstants
All Known Subinterfaces:
WSRFNotificationProducer
All Known Implementing Classes:
NotificationProducerImpl, NotificationProducerSupport

public interface NotificationProducer
extends WSNConstants

notification producer interface

Author:
schuller

Field Summary
static String GETCURRENTMESSAGE_ACTION
           
static String SUBSCRIBE_ACTION
           
 
Fields inherited from interface de.fzj.unicore.wsrflite.xmlbeans.wsn.WSNConstants
BW_BASENS, RPFixedTopicSet, RPTopicExpression, RPTopicExpressionDialect, RPTopicSet, SIMPLE_TOPIC, WSN_CHANNEL, XPATH_URI
 
Method Summary
 org.oasisOpen.docs.wsn.b2.GetCurrentMessageResponseDocument GetCurrentMessage(org.oasisOpen.docs.wsn.b2.GetCurrentMessageDocument req)
           
 org.oasisOpen.docs.wsn.b2.SubscribeResponseDocument Subscribe(org.oasisOpen.docs.wsn.b2.SubscribeDocument req)
           
 

Field Detail

SUBSCRIBE_ACTION

static final String SUBSCRIBE_ACTION
See Also:
Constant Field Values

GETCURRENTMESSAGE_ACTION

static final String GETCURRENTMESSAGE_ACTION
See Also:
Constant Field Values
Method Detail

Subscribe

org.oasisOpen.docs.wsn.b2.SubscribeResponseDocument Subscribe(org.oasisOpen.docs.wsn.b2.SubscribeDocument req)
                                                              throws BaseFault
Throws:
BaseFault

GetCurrentMessage

org.oasisOpen.docs.wsn.b2.GetCurrentMessageResponseDocument GetCurrentMessage(org.oasisOpen.docs.wsn.b2.GetCurrentMessageDocument req)
                                                                              throws BaseFault
Throws:
BaseFault


Copyright © 2010. All Rights Reserved.