- delete(URI, Credentials) - Method in interface org.mobicents.slee.enabler.xdmc.XDMClientChild
-
Deletes the content related the specified XCAP URI.
- delete(URI, String) - Method in interface org.mobicents.slee.enabler.xdmc.XDMClientChild
-
Deletes the content related the specified XCAP URI.
- delete(URI, Credentials) - Method in class org.mobicents.slee.enabler.xdmc.XDMClientChildSbb
-
- delete(URI, String) - Method in class org.mobicents.slee.enabler.xdmc.XDMClientChildSbb
-
- deleteIfMatch(URI, String, Credentials) - Method in interface org.mobicents.slee.enabler.xdmc.XDMClientChild
-
Deletes the content related the specified XCAP URI, if the specified
ETag matches the current one on the server.
- deleteIfMatch(URI, String, String) - Method in interface org.mobicents.slee.enabler.xdmc.XDMClientChild
-
Deletes the content related the specified XCAP URI, if the specified
ETag matches the current one on the server.
- deleteIfMatch(URI, String, Credentials) - Method in class org.mobicents.slee.enabler.xdmc.XDMClientChildSbb
-
- deleteIfMatch(URI, String, String) - Method in class org.mobicents.slee.enabler.xdmc.XDMClientChildSbb
-
- deleteIfNoneMatch(URI, String, Credentials) - Method in interface org.mobicents.slee.enabler.xdmc.XDMClientChild
-
Deletes the content related the specified XCAP URI, if the specified
ETag does not matches the current one on the server.
- deleteIfNoneMatch(URI, String, String) - Method in interface org.mobicents.slee.enabler.xdmc.XDMClientChild
-
Deletes the content related the specified XCAP URI, if the specified
ETag does not matches the current one on the server.
- deleteIfNoneMatch(URI, String, Credentials) - Method in class org.mobicents.slee.enabler.xdmc.XDMClientChildSbb
-
- deleteIfNoneMatch(URI, String, String) - Method in class org.mobicents.slee.enabler.xdmc.XDMClientChildSbb
-
- deleteResponse(URI, int, String, String) - Method in interface org.mobicents.slee.enabler.xdmc.XDMClientParent
-
Provides the response for an XML resource DELETE request.