org.apache.savan.eventing.subscribers
Class EventingLeafSubscriber

java.lang.Object
  extended byorg.apache.savan.subscribers.AbstractSubscriber
      extended byorg.apache.savan.subscribers.LeafSubscriber
          extended byorg.apache.savan.eventing.subscribers.EventingLeafSubscriber
All Implemented Interfaces:
EventingSubscriber, Subscriber

public class EventingLeafSubscriber
extends LeafSubscriber
implements EventingSubscriber


Constructor Summary
EventingLeafSubscriber()
           
 
Method Summary
 void doProtocolSpecificPublication(SavanMessageContext publication)
           
 Delivery getDelivery()
          To get the Delivery object
 org.apache.axis2.addressing.EndpointReference getEndToEPr()
          To get the EndTo EPR
 void setDelivery(Delivery delivery)
          To se the Delivery object
 void setEndToEPr(org.apache.axis2.addressing.EndpointReference errorReportingEPR)
          To set the EndTo EPR
 
Methods inherited from class org.apache.savan.subscribers.LeafSubscriber
getSubscriptionEndingTime, renewSubscription, sendPublication, setSubscriptionEndingTime, setSubscriptionEndingTime
 
Methods inherited from class org.apache.savan.subscribers.AbstractSubscriber
addProperty, doesMessageBelongToTheFilter, getFilter, getId, getProperty, processPublication, setFilter, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.savan.subscribers.Subscriber
addProperty, doesMessageBelongToTheFilter, getFilter, getId, getProperty, processPublication, renewSubscription, setFilter, setId, setSubscriptionEndingTime
 

Constructor Detail

EventingLeafSubscriber

public EventingLeafSubscriber()
Method Detail

getDelivery

public Delivery getDelivery()
Description copied from interface: EventingSubscriber
To get the Delivery object

Specified by:
getDelivery in interface EventingSubscriber
Returns:

getEndToEPr

public org.apache.axis2.addressing.EndpointReference getEndToEPr()
Description copied from interface: EventingSubscriber
To get the EndTo EPR

Specified by:
getEndToEPr in interface EventingSubscriber
Returns:

setDelivery

public void setDelivery(Delivery delivery)
Description copied from interface: EventingSubscriber
To se the Delivery object

Specified by:
setDelivery in interface EventingSubscriber
Parameters:
delivery -

setEndToEPr

public void setEndToEPr(org.apache.axis2.addressing.EndpointReference errorReportingEPR)
Description copied from interface: EventingSubscriber
To set the EndTo EPR

Specified by:
setEndToEPr in interface EventingSubscriber
Parameters:
errorReportingEPR -

doProtocolSpecificPublication

public void doProtocolSpecificPublication(SavanMessageContext publication)
                                   throws SavanException
Specified by:
doProtocolSpecificPublication in class LeafSubscriber
Throws:
SavanException


Copyright © 2007 null. All Rights Reserved.