org.apache.savan.eventing.subscribers
Class EventingTopicSubscriber

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

public class EventingTopicSubscriber
extends CompositeSubscriber
implements EventingSubscriber


Constructor Summary
EventingTopicSubscriber()
           
 
Method Summary
 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.CompositeSubscriber
addSubscriber, renewSubscription, sendPublication, 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

EventingTopicSubscriber

public EventingTopicSubscriber()
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 -


Copyright © 2007 null. All Rights Reserved.