de.jw.cloud42.core.eventing.subscriptionProcessor
Class SOAPSubscriptionProcessor

java.lang.Object
  extended by de.jw.cloud42.core.eventing.subscriptionProcessor.GenericSubscriptionProcessor
      extended by de.jw.cloud42.core.eventing.subscriptionProcessor.SOAPSubscriptionProcessor
All Implemented Interfaces:
SubscriptionProcessor

public class SOAPSubscriptionProcessor
extends GenericSubscriptionProcessor

SubscriptionProcessor class for a subscriber that receives notifications as SOAP messages over HTTP.

Author:
fbitzer

Constructor Summary
SOAPSubscriptionProcessor()
           
 
Method Summary
 Subscription getSubscriberFromMessage(org.apache.axiom.om.OMElement message)
          Parses the subscription message and identifies the endpoint to send notifications to.
 
Methods inherited from class de.jw.cloud42.core.eventing.subscriptionProcessor.GenericSubscriptionProcessor
generateId, subscribe, unsubscribe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SOAPSubscriptionProcessor

public SOAPSubscriptionProcessor()
Method Detail

getSubscriberFromMessage

public Subscription getSubscriberFromMessage(org.apache.axiom.om.OMElement message)
                                      throws EventingException
Parses the subscription message and identifies the endpoint to send notifications to. Endpoint information is given according to WS-Eventing specification.

Overrides:
getSubscriberFromMessage in class GenericSubscriptionProcessor
Returns:
Throws:
EventingException


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