org.mobicents.slee.sipevent.server.subscription.sip
Class RemoveSipSubscriptionHandler
java.lang.Object
org.mobicents.slee.sipevent.server.subscription.sip.RemoveSipSubscriptionHandler
public class RemoveSipSubscriptionHandler
- extends java.lang.Object
Handles the removal of a SIP subscription
- Author:
- martins
|
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 |
RemoveSipSubscriptionHandler
public RemoveSipSubscriptionHandler(SipSubscriptionHandler sipSubscriptionHandler)
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.