D G O P R S T X

D

delete(XcapUriKey) - Method in interface org.openxdm.xcap.client.XCAPClient
Deletes the content related the specified XCAP URI key.
delete(XcapUriKey) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
deleteIfMatch(XcapUriKey, String) - Method in interface org.openxdm.xcap.client.XCAPClient
Deletes the content related the specified XCAP URI key, if the specified ETag matches the current one on the server.
deleteIfMatch(XcapUriKey, String) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
deleteIfNoneMatch(XcapUriKey, String) - Method in interface org.openxdm.xcap.client.XCAPClient
Deletes the content related the specified XCAP URI key, if the specified ETag does not matches the current one on the server.
deleteIfNoneMatch(XcapUriKey, String) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 

G

get(XcapUriKey) - Method in interface org.openxdm.xcap.client.XCAPClient
Retrieves the XML resource from the XCAP server, for the specified key.
get(XcapUriKey) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
getCode() - Method in class org.openxdm.xcap.client.Response
 
getContent() - Method in class org.openxdm.xcap.client.Response
 
getETag() - Method in class org.openxdm.xcap.client.Response
 
getHeaders() - Method in class org.openxdm.xcap.client.Response
 

O

org.openxdm.xcap.client - package org.openxdm.xcap.client
 

P

put(XcapUriKey, String, String) - Method in interface org.openxdm.xcap.client.XCAPClient
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key.
put(XcapUriKey, String, byte[]) - Method in interface org.openxdm.xcap.client.XCAPClient
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key.
put(XcapUriKey, String, String) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
put(XcapUriKey, String, byte[]) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
putIfMatch(XcapUriKey, String, String, String) - Method in interface org.openxdm.xcap.client.XCAPClient
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key, if the specified ETag matches the current one on the server.
putIfMatch(XcapUriKey, String, String, byte[]) - Method in interface org.openxdm.xcap.client.XCAPClient
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key, if the specified ETag matches the current one on the server.
putIfMatch(XcapUriKey, String, String, String) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
putIfMatch(XcapUriKey, String, String, byte[]) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
putIfNoneMatch(XcapUriKey, String, String, String) - Method in interface org.openxdm.xcap.client.XCAPClient
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key, if the specified ETag does not matches the current one on the server.
putIfNoneMatch(XcapUriKey, String, String, byte[]) - Method in interface org.openxdm.xcap.client.XCAPClient
Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key, if the specified ETag does not matches the current one on the server.
putIfNoneMatch(XcapUriKey, String, String, String) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
putIfNoneMatch(XcapUriKey, String, String, byte[]) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 

R

Response - Class in org.openxdm.xcap.client
 
Response(int, String, Header[], String) - Constructor for class org.openxdm.xcap.client.Response
 

S

shutdown() - Method in interface org.openxdm.xcap.client.XCAPClient
 
shutdown() - Method in class org.openxdm.xcap.client.XCAPClientImpl
 

T

toString() - Method in class org.openxdm.xcap.client.Response
 

X

XCAPClient - Interface in org.openxdm.xcap.client
 
XCAPClientImpl - Class in org.openxdm.xcap.client
 
XCAPClientImpl(String, int, String) - Constructor for class org.openxdm.xcap.client.XCAPClientImpl
 

D G O P R S T X

Copyright © 2009. All Rights Reserved.