Uses of Class
de.jw.cloud42.core.eventing.EventingException

Packages that use EventingException
de.jw.cloud42.core.eventing.storage   
de.jw.cloud42.core.eventing.subscriptionProcessor   
 

Uses of EventingException in de.jw.cloud42.core.eventing.storage
 

Methods in de.jw.cloud42.core.eventing.storage that throw EventingException
 void SubscriberStore.delete(java.lang.String subscriberID)
          To delete a previously stored subscriber.
 Subscription SubscriberStore.retrieve(java.lang.String subscriberID)
          To retrieve a previously stored subscriber.
 java.util.Iterator SubscriberStore.retrieveAllSubscribers(java.lang.String topic)
          To retrieve all subscribers stored upto now.
 void SubscriberStore.store(Subscription s)
          To store the subscriber.
 

Uses of EventingException in de.jw.cloud42.core.eventing.subscriptionProcessor
 

Methods in de.jw.cloud42.core.eventing.subscriptionProcessor that throw EventingException
static java.lang.String GenericSubscriptionProcessor.generateId()
          Generates an Id for a subscription.
 Subscription SOAPSubscriptionProcessor.getSubscriberFromMessage(org.apache.axiom.om.OMElement message)
          Parses the subscription message and identifies the endpoint to send notifications to.
 Subscription GenericSubscriptionProcessor.getSubscriberFromMessage(org.apache.axiom.om.OMElement message)
          Read subscriber informations from subscription message.
 java.lang.String SubscriptionProcessor.subscribe(org.apache.axiom.om.OMElement subscriptionMessage, java.lang.String topic)
          Processes a subscription request message.
 java.lang.String GenericSubscriptionProcessor.subscribe(org.apache.axiom.om.OMElement subscriptionMessage, java.lang.String topic)
          Processes a subscription request message.
 void SubscriptionProcessor.unsubscribe(java.lang.String subscriptionId)
          Handles unsubscribing.
 void GenericSubscriptionProcessor.unsubscribe(java.lang.String subscriptionId)
          Processes a unsubscribe request message.
 



Copyright © 2010 just works! Software. All Rights Reserved.