org.oasis.wsn
Interface NotificationProducer

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
NotificationProducerSOAPBindingStub

public interface NotificationProducer
extends java.rmi.Remote


Method Summary
 GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
           
 GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
           
 SubscribeResponse subscribe(Subscribe subscribeRequest)
           
 

Method Detail

getResourceProperty

public GetResourcePropertyResponse getResourceProperty(javax.xml.namespace.QName getResourcePropertyRequest)
                                                throws java.rmi.RemoteException,
                                                       InvalidResourcePropertyQNameFaultType,
                                                       ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
InvalidResourcePropertyQNameFaultType
ResourceUnknownFaultType

subscribe

public SubscribeResponse subscribe(Subscribe subscribeRequest)
                            throws java.rmi.RemoteException,
                                   TopicNotSupportedFaultType,
                                   InvalidTopicExpressionFaultType,
                                   SubscribeCreationFailedFaultType,
                                   ResourceUnknownFaultType,
                                   TopicPathDialectUnknownFaultType
Throws:
java.rmi.RemoteException
TopicNotSupportedFaultType
InvalidTopicExpressionFaultType
SubscribeCreationFailedFaultType
ResourceUnknownFaultType
TopicPathDialectUnknownFaultType

getCurrentMessage

public GetCurrentMessageResponse getCurrentMessage(GetCurrentMessage getCurrentMessageRequest)
                                            throws java.rmi.RemoteException,
                                                   TopicNotSupportedFaultType,
                                                   InvalidTopicExpressionFaultType,
                                                   NoCurrentMessageOnTopicFaultType,
                                                   ResourceUnknownFaultType
Throws:
java.rmi.RemoteException
TopicNotSupportedFaultType
InvalidTopicExpressionFaultType
NoCurrentMessageOnTopicFaultType
ResourceUnknownFaultType