public interface XDMClientParent
| Modifier and Type | Method and Description |
|---|---|
void |
deleteResponse(URI uri,
int responseCode,
String responseContent,
String eTag)
Provides the response for an XML resource DELETE request.
|
void |
getResponse(URI uri,
int responseCode,
String mimetype,
String content,
String eTag)
Provides the response for an XML resource GET request.
|
void |
putResponse(URI uri,
int responseCode,
String responseContent,
String eTag)
Provides the response for an XML resource PUT request.
|
void |
resubscribeFailed(int responseCode,
XDMClientChildSbbLocalObject sbbLocalObject,
String notifier)
Callback method indicating failure of communication, enabler must be
discarded.
|
void |
subscribeFailed(int responseCode,
XDMClientChildSbbLocalObject sbbLocalObject,
String notifier)
Callback method indicating failure of communication, enabler must be
discarded.
|
void |
subscriptionNotification(XcapDiff xcapDiff,
org.mobicents.slee.enabler.sip.SubscriptionStatus status)
Notifies an update in XDMS resources subscribed by the enabler.
|
void |
subscriptionTerminated(XDMClientChildSbbLocalObject sbbLocalObject,
String notifier,
org.mobicents.slee.enabler.sip.TerminationReason reason)
Callback method indicating termination of subscription.
|
void |
unsubscribeFailed(int responseCode,
XDMClientChildSbbLocalObject sbbLocalObject,
String notifier)
Callback method indicating failure of communication, enabler must be
discarded.
|
void getResponse(URI uri, int responseCode, String mimetype, String content, String eTag)
uri - responseCode - mimetype - content - eTag - void putResponse(URI uri, int responseCode, String responseContent, String eTag)
uri - responseCode - eTag - responseContent - void deleteResponse(URI uri, int responseCode, String responseContent, String eTag)
uri - responseCode - eTag - responseContent - void subscribeFailed(int responseCode,
XDMClientChildSbbLocalObject sbbLocalObject,
String notifier)
responseCode - sbbLocalObject - notifier - void resubscribeFailed(int responseCode,
XDMClientChildSbbLocalObject sbbLocalObject,
String notifier)
responseCode - sbbLocalObject - notifier - void unsubscribeFailed(int responseCode,
XDMClientChildSbbLocalObject sbbLocalObject,
String notifier)
responseCode - sbbLocalObject - notifier - void subscriptionTerminated(XDMClientChildSbbLocalObject sbbLocalObject, String notifier, org.mobicents.slee.enabler.sip.TerminationReason reason)
sbbLocalObject - notifier - reason - void subscriptionNotification(XcapDiff xcapDiff, org.mobicents.slee.enabler.sip.SubscriptionStatus status)
xcapDiff - - the xcap diff notifiedstatus - - the subscription statusCopyright © 2016. All Rights Reserved.