Uses of Class
com.ebmwebsourcing.wsstar.notification.service.fault.WSNotificationFault

Packages that use WSNotificationFault
com.ebmwebsourcing.wsstar.notification.service.basenotification   
com.ebmwebsourcing.wsstar.notification.service.basenotification.impl   
com.ebmwebsourcing.wsstar.notification.service.brokerednotification   
com.ebmwebsourcing.wsstar.notification.service.brokerednotification.impl   
com.ebmwebsourcing.wsstar.notification.service.fault   
com.ebmwebsourcing.wsstar.notification.service.topic   
 

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
 

Subclasses of WSNotificationFault in com.ebmwebsourcing.wsstar.notification.service.fault
 class InvalidFilterFault
           
 class InvalidMessageContentExpressionFault
           
 class InvalidProducerPropertiesExpressionFault
           
 class InvalidTopicExpressionFault
           
 class MultipleTopicsSpecifiedFault
           
 class NoCurrentMessageOnTopicFault
           
 class NotifyMessageNotSupportedFault
           
 class PauseFailedFault
           
 class PublisherRegistrationFailedFault
           
 class PublisherRegistrationRejectedFault
           
 class ResourceNotDestroyedFault
           
 class ResourceUnknownFault
           
 class ResumeFailedFault
           
 class SubscribeCreationFailedFault
           
 class TopicExpressionDialectUnknownFault
           
 class TopicNotSupportedFault
           
 class UnableToCreatePullPointFault
           
 class UnableToDestroyPullPointFault
           
 class UnableToDestroySubscriptionFault
           
 class UnableToGetMessagesFault
           
 class UnacceptableInitialTerminationTimeFault
           
 class UnacceptableTerminationTimeFault
           
 class UnrecognizedPolicyRequestFault
           
 class UnsupportedPolicyRequestFault
           
 

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)
           
 



Copyright © 2009 eBM Websourcing. All Rights Reserved.