org.mobicents.slee.sipevent.server.subscription.sip
Class RemoveSipSubscriptionHandler

java.lang.Object
  extended by org.mobicents.slee.sipevent.server.subscription.sip.RemoveSipSubscriptionHandler

public class RemoveSipSubscriptionHandler
extends java.lang.Object

Handles the removal of a SIP subscription

Author:
martins

Constructor Summary
RemoveSipSubscriptionHandler(SipSubscriptionHandler sipSubscriptionHandler)
           
 
Method Summary
 void removeSipSubscription(javax.slee.ActivityContextInterface aci, Subscription subscription, SubscriptionControlDataSource dataSource, ImplementedSubscriptionControlSbbLocalObject childSbb)
          Handles a request to remove an existing SIP subscription
 void removeSipSubscriptionOnNotifyError(SubscriptionControlDataSource dataSource, javax.sip.ResponseEvent event)
          removes a subscription due to error response on notify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveSipSubscriptionHandler

public RemoveSipSubscriptionHandler(SipSubscriptionHandler sipSubscriptionHandler)
Method Detail

removeSipSubscription

public void removeSipSubscription(javax.slee.ActivityContextInterface aci,
                                  Subscription subscription,
                                  SubscriptionControlDataSource dataSource,
                                  ImplementedSubscriptionControlSbbLocalObject childSbb)
Handles a request to remove an existing SIP subscription

Parameters:
aci -
eventPackage -
eventId -
subscription -
entityManager -
childSbb -

removeSipSubscriptionOnNotifyError

public void removeSipSubscriptionOnNotifyError(SubscriptionControlDataSource dataSource,
                                               javax.sip.ResponseEvent event)
removes a subscription due to error response on notify

Parameters:
event -


Copyright © 2011. All Rights Reserved.