|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.slee.sipevent.server.subscription.sip.NewSipSubscriptionHandler
public class NewSipSubscriptionHandler
Handles the creation of a new SIP subscription
| Constructor Summary | |
|---|---|
NewSipSubscriptionHandler(SipSubscriptionHandler sipSubscriptionHandler)
|
|
| Method Summary | |
|---|---|
void |
authorizeNewSipSubscription(javax.sip.RequestEvent event,
javax.slee.ActivityContextInterface aci,
java.lang.String subscriber,
java.lang.String subscriberDisplayName,
Notifier notifier,
SubscriptionKey key,
int expires,
java.lang.String content,
java.lang.String contentType,
java.lang.String contentSubtype,
boolean eventList,
SubscriptionControlDataSource dataSource,
ImplementedSubscriptionControlSbbLocalObject childSbb)
Requests authorization for the new sip subscription. |
void |
newSipSubscription(javax.sip.RequestEvent event,
javax.slee.ActivityContextInterface aci,
java.lang.String eventPackage,
java.lang.String eventId,
int expires,
SubscriptionControlDataSource dataSource,
ImplementedSubscriptionControlSbbLocalObject childSbb)
Starts the process of handling a new sip subscription |
void |
newSipSubscriptionAuthorization(javax.sip.ServerTransaction serverTransaction,
javax.slee.ActivityContextInterface serverTransactionACI,
java.lang.String subscriber,
java.lang.String subscriberDisplayName,
Notifier notifier,
SubscriptionKey key,
int expires,
int responseCode,
boolean eventList,
SubscriptionControlDataSource dataSource,
ImplementedSubscriptionControlSbbLocalObject childSbb)
Used by ImplementedSubscriptionControlSbbLocalObject to provide
the authorization to a new sip subscription request. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewSipSubscriptionHandler(SipSubscriptionHandler sipSubscriptionHandler)
| Method Detail |
|---|
public void newSipSubscription(javax.sip.RequestEvent event,
javax.slee.ActivityContextInterface aci,
java.lang.String eventPackage,
java.lang.String eventId,
int expires,
SubscriptionControlDataSource dataSource,
ImplementedSubscriptionControlSbbLocalObject childSbb)
event - aci - eventPackage - eventId - expires - entityManager - childSbb -
public void authorizeNewSipSubscription(javax.sip.RequestEvent event,
javax.slee.ActivityContextInterface aci,
java.lang.String subscriber,
java.lang.String subscriberDisplayName,
Notifier notifier,
SubscriptionKey key,
int expires,
java.lang.String content,
java.lang.String contentType,
java.lang.String contentSubtype,
boolean eventList,
SubscriptionControlDataSource dataSource,
ImplementedSubscriptionControlSbbLocalObject childSbb)
event - aci - subscriber - subscriberDisplayName - notifier - key - expires - content - contentType - contentSubtype - entityManager - childSbb -
public void newSipSubscriptionAuthorization(javax.sip.ServerTransaction serverTransaction,
javax.slee.ActivityContextInterface serverTransactionACI,
java.lang.String subscriber,
java.lang.String subscriberDisplayName,
Notifier notifier,
SubscriptionKey key,
int expires,
int responseCode,
boolean eventList,
SubscriptionControlDataSource dataSource,
ImplementedSubscriptionControlSbbLocalObject childSbb)
ImplementedSubscriptionControlSbbLocalObject to provide
the authorization to a new sip subscription request.
event - subscriber - notifier - subscriptionKey - expires - responseCode - entityManager - childSbb -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||