D G O P R S T X

D

delete(XcapUriKey, List<RequestHeader>) - Method in interface org.openxdm.xcap.client.XCAPClient
Deletes the content related the specified XCAP URI key.
delete(XcapUriKey, List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
deleteIfMatch(XcapUriKey, String, List<RequestHeader>) - 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, List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
deleteIfNoneMatch(XcapUriKey, String, List<RequestHeader>) - 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, List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 

G

get(XcapUriKey, List<RequestHeader>) - Method in interface org.openxdm.xcap.client.XCAPClient
Retrieves the XML resource from the XCAP server, for the specified key.
get(XcapUriKey, List<RequestHeader>) - 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
 
getDoAuthentication() - Method in interface org.openxdm.xcap.client.XCAPClient
Indicates if the client is set to do authentication on server.
getDoAuthentication() - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
getETag() - Method in class org.openxdm.xcap.client.Response
 
getHeaders() - Method in class org.openxdm.xcap.client.Response
 
getName() - Method in class org.openxdm.xcap.client.RequestHeader
Retrieves the name of the request header
getValue() - Method in class org.openxdm.xcap.client.RequestHeader
Retrieves the value of the request header

O

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

P

put(XcapUriKey, String, String, List<RequestHeader>) - 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[], List<RequestHeader>) - 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, List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
put(XcapUriKey, String, byte[], List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
putIfMatch(XcapUriKey, String, String, String, List<RequestHeader>) - 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[], List<RequestHeader>) - 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, List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
putIfMatch(XcapUriKey, String, String, byte[], List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
putIfNoneMatch(XcapUriKey, String, String, String, List<RequestHeader>) - 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[], List<RequestHeader>) - 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, List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
putIfNoneMatch(XcapUriKey, String, String, byte[], List<RequestHeader>) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 

R

RequestHeader - Class in org.openxdm.xcap.client
A name / value pair object wrapper, representing an xcap client request header.
RequestHeader(String, String) - Constructor for class org.openxdm.xcap.client.RequestHeader
 
Response - Class in org.openxdm.xcap.client
 
Response(int, String, Header[], String) - Constructor for class org.openxdm.xcap.client.Response
 

S

setAuthenticationCredentials(String, String) - Method in interface org.openxdm.xcap.client.XCAPClient
Sets the username and passowrd for authentication in the server.
setAuthenticationCredentials(String, String) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
setDoAuthentication(boolean) - Method in interface org.openxdm.xcap.client.XCAPClient
Turns on or off the request authentication.
setDoAuthentication(boolean) - Method in class org.openxdm.xcap.client.XCAPClientImpl
 
shutdown() - Method in interface org.openxdm.xcap.client.XCAPClient
Shutdown the client.
shutdown() - Method in class org.openxdm.xcap.client.XCAPClientImpl
 

T

toString() - Method in class org.openxdm.xcap.client.RequestHeader
 
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.