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, org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription, javax.persistence.EntityManager entityManager, org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)
          Handles a request to remove an existing SIP subscription
 void removeSipSubscriptionOnNotifyError(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,
                                  org.mobicents.slee.sipevent.server.subscription.pojo.Subscription subscription,
                                  javax.persistence.EntityManager entityManager,
                                  org.mobicents.slee.sipevent.server.subscription.ImplementedSubscriptionControlSbbLocalObject childSbb)
Handles a request to remove an existing SIP subscription

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

removeSipSubscriptionOnNotifyError

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

Parameters:
event -


Copyright © 2009. All Rights Reserved.