|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Subscription | |
|---|---|
| de.jw.cloud42.core.eventing.storage | |
| de.jw.cloud42.core.eventing.subscription | |
| de.jw.cloud42.core.eventing.subscriptionProcessor | |
| Uses of Subscription in de.jw.cloud42.core.eventing.storage |
|---|
| Methods in de.jw.cloud42.core.eventing.storage that return Subscription | |
|---|---|
Subscription |
SubscriberStore.retrieve(java.lang.String subscriberID)
To retrieve a previously stored subscriber. |
Subscription |
DefaultSubscriberStore.retrieve(java.lang.String id)
Get a subscriber. |
| Methods in de.jw.cloud42.core.eventing.storage with parameters of type Subscription | |
|---|---|
void |
SubscriberStore.store(Subscription s)
To store the subscriber. |
void |
DefaultSubscriberStore.store(Subscription s)
Save a subscriber. |
| Uses of Subscription in de.jw.cloud42.core.eventing.subscription |
|---|
| Subclasses of Subscription in de.jw.cloud42.core.eventing.subscription | |
|---|---|
class |
SOAPSubscription
This is an implementation of a subscription for an endpoint that receives notification messages as SOAP messages over HTTP. |
| Uses of Subscription in de.jw.cloud42.core.eventing.subscriptionProcessor |
|---|
| Methods in de.jw.cloud42.core.eventing.subscriptionProcessor that return 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||