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
|
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)
|
SUBSCRIBE_ACTION
static final String SUBSCRIBE_ACTION
- See Also:
- Constant Field Values
GETCURRENTMESSAGE_ACTION
static final String GETCURRENTMESSAGE_ACTION
- See Also:
- Constant Field Values
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.