Uses of Class
org.openxdm.xcap.client.Response

Uses of Response in org.openxdm.xcap.client
 

Methods in org.openxdm.xcap.client that return Response
 Response XCAPClientImpl.delete(org.openxdm.xcap.common.key.XcapUriKey key, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.delete(org.openxdm.xcap.common.key.XcapUriKey key, java.util.List<RequestHeader> additionalRequestHeaders)
          Deletes the content related the specified XCAP URI key.
 Response XCAPClientImpl.deleteIfMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.deleteIfMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.util.List<RequestHeader> additionalRequestHeaders)
          Deletes the content related the specified XCAP URI key, if the specified ETag matches the current one on the server.
 Response XCAPClientImpl.deleteIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.deleteIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.util.List<RequestHeader> additionalRequestHeaders)
          Deletes the content related the specified XCAP URI key, if the specified ETag does not matches the current one on the server.
 Response XCAPClientImpl.get(org.openxdm.xcap.common.key.XcapUriKey key, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.get(org.openxdm.xcap.common.key.XcapUriKey key, java.util.List<RequestHeader> additionalRequestHeaders)
          Retrieves the XML resource from the XCAP server, for the specified key.
 Response XCAPClientImpl.put(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String mimetype, byte[] content, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.put(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String mimetype, byte[] content, java.util.List<RequestHeader> additionalRequestHeaders)
          Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key.
 Response XCAPClientImpl.put(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String mimetype, java.lang.String content, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.put(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String mimetype, java.lang.String content, java.util.List<RequestHeader> additionalRequestHeaders)
          Puts the specified content in the XCAP Server, in the XCAP URI pointed by the key.
 Response XCAPClientImpl.putIfMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.lang.String mimetype, byte[] content, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.putIfMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.lang.String mimetype, byte[] content, java.util.List<RequestHeader> additionalRequestHeaders)
          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.
 Response XCAPClientImpl.putIfMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.lang.String mimetype, java.lang.String content, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.putIfMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.lang.String mimetype, java.lang.String content, java.util.List<RequestHeader> additionalRequestHeaders)
          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.
 Response XCAPClientImpl.putIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.lang.String mimetype, byte[] content, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.putIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.lang.String mimetype, byte[] content, java.util.List<RequestHeader> additionalRequestHeaders)
          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.
 Response XCAPClientImpl.putIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.lang.String mimetype, java.lang.String content, java.util.List<RequestHeader> additionalRequestHeaders)
           
 Response XCAPClient.putIfNoneMatch(org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag, java.lang.String mimetype, java.lang.String content, java.util.List<RequestHeader> additionalRequestHeaders)
          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.
 



Copyright © 2009. All Rights Reserved.