|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of WSNotificationFault in com.ebmwebsourcing.wsstar.notification.service.basenotification |
|---|
| Methods in com.ebmwebsourcing.wsstar.notification.service.basenotification that throw WSNotificationFault | |
|---|---|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.CreatePullPointResponse |
WsnbCreatePullPoint.createPullPoint(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.CreatePullPoint request)
|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.DestroyPullPointResponse |
WsnbPullPoint.destroyPullPoint(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.DestroyPullPoint request)
|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.GetCurrentMessageResponse |
WsnbNotificationProducer.getCurrentMessage(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.GetCurrentMessage request)
get the last notification message sent respect to a given topic |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.GetMessagesResponse |
WsnbPullPoint.getMessages(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.GetMessagesResponse request)
|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.PauseSubscriptionResponse |
WsnbPausableSubscriptionManager.pauseSubscription(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.PauseSubscription request)
pause an existing subscription |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.RenewResponse |
WsnbSubscriptionManager.renew(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Renew request)
renew an existing subscription |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.ResumeSubscriptionResponse |
WsnbPausableSubscriptionManager.resumeSubscription(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.ResumeSubscription request)
resume an existing subscription previously paused |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse |
WsnbNotificationProducer.subscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe request)
Subscribe to an existing topic |
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse |
WsnbSubscriptionManager.unsubscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe request)
terminate an existing subscription |
| Uses of WSNotificationFault in com.ebmwebsourcing.wsstar.notification.service.basenotification.impl |
|---|
| Methods in com.ebmwebsourcing.wsstar.notification.service.basenotification.impl that throw WSNotificationFault | |
|---|---|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.CreatePullPointResponse |
CreatePullPointMgr.createPullPoint(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.CreatePullPoint request)
|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.PauseSubscriptionResponse |
PausableSubscriptionManagerMgr.pauseSubscription(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.PauseSubscription request)
|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.RenewResponse |
SubscriptionManagerMgr.renew(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Renew request)
|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.ResumeSubscriptionResponse |
PausableSubscriptionManagerMgr.resumeSubscription(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.ResumeSubscription request)
|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.SubscribeResponse |
NotificationProducerMgr.subscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Subscribe request)
|
com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.UnsubscribeResponse |
SubscriptionManagerMgr.unsubscribe(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.Unsubscribe request)
|
| Uses of WSNotificationFault in com.ebmwebsourcing.wsstar.notification.service.brokerednotification |
|---|
| Methods in com.ebmwebsourcing.wsstar.notification.service.brokerednotification that throw WSNotificationFault | |
|---|---|
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse |
WsnbrPublisherRegistrationManager.destroyRegistration(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration request)
destroy an existing Publisher registration (Topics, ...) |
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse |
WsnbrRegisterPublisher.registerPublisher(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher request)
Register a new {topic, notification producer}(*) (*: Publisher may not be the notification producer) |
| Uses of WSNotificationFault in com.ebmwebsourcing.wsstar.notification.service.brokerednotification.impl |
|---|
| Methods in com.ebmwebsourcing.wsstar.notification.service.brokerednotification.impl that throw WSNotificationFault | |
|---|---|
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistrationResponse |
RegistrationsMgr.destroyRegistration(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.DestroyRegistration request)
|
com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisherResponse |
RegistrationsMgr.registerPublisher(com.ebmwebsourcing.wsstar.notification.definition.brokerednotification.api.RegisterPublisher request)
|
| Uses of WSNotificationFault in com.ebmwebsourcing.wsstar.notification.service.fault |
|---|
| Uses of WSNotificationFault in com.ebmwebsourcing.wsstar.notification.service.topic |
|---|
| Methods in com.ebmwebsourcing.wsstar.notification.service.topic that throw WSNotificationFault | |
|---|---|
boolean |
WstopTopicManager.acceptSubscribeOrRegisterTopicExpression(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.TopicExpressionType topicExprToCheck,
boolean isSubscribeRequest)
Check if the topic expression contains in a "Subscribe" or "RegisterPublisher" request is allowed (Is Dialect supported ? |
void |
WstopTopicManager.removeExistingRegistration(java.lang.String registrationId)
|
void |
WstopTopicManager.removeExistingSubscription(java.lang.String subscriptionId)
|
void |
WstopTopicManager.storeNewRegistration(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.TopicExpressionType topicExprToCheck,
java.lang.String registrationId)
|
void |
WstopTopicManager.storeNewSubscription(com.ebmwebsourcing.wsstar.notification.definition.basenotification.api.TopicExpressionType topicExprToCheck,
java.lang.String subscriptionId)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||