|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ImplementedSubscriptionControl
| Method Summary | |
|---|---|
boolean |
acceptsEventList()
Indicates if the implementation accepts event lists, that is, if it makes sense to act as a RLS. |
java.lang.Object |
filterContentPerSubscriber(Subscription subscription,
java.lang.Object unmarshalledContent)
Filters content per subscriber. |
java.lang.String[] |
getEventPackages()
the event packages supported |
NotifyContent |
getNotifyContent(Subscription subscription)
Retrieves the content for the NOTIFY request of the specified Subscription. |
void |
isSubscriberAuthorized(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,
javax.sip.ServerTransaction serverTransaction)
Asks authorization to concrete implementation for new subscription request SUBSCRIBE. |
void |
removingSubscription(Subscription subscription)
notifies the event package impl that a subscription is about to be removed, may have resources to releases |
| Method Detail |
|---|
void isSubscriberAuthorized(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,
javax.sip.ServerTransaction serverTransaction)
eventList - serverTransaction - in case it is a sip subscription the server transaction must
be provided to be used later when providing the responseNotifyContent getNotifyContent(Subscription subscription)
subscription -
java.lang.Object filterContentPerSubscriber(Subscription subscription,
java.lang.Object unmarshalledContent)
void removingSubscription(Subscription subscription)
java.lang.String[] getEventPackages()
boolean acceptsEventList()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||