org.mobicents.slee.resource.xcapclient.handler
Class AsyncDeleteIfNoneMatchHandler

java.lang.Object
  extended by org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
      extended by org.mobicents.slee.resource.xcapclient.handler.AsyncDeleteIfNoneMatchHandler
All Implemented Interfaces:
java.lang.Runnable

public class AsyncDeleteIfNoneMatchHandler
extends AbstractAsyncHandler

Handles an async delete if ETag matches none request.

Author:
emmartins

Field Summary
protected  java.lang.String eTag
           
 
Fields inherited from class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
handle, key, ra
 
Constructor Summary
AsyncDeleteIfNoneMatchHandler(XCAPClientResourceAdaptor ra, org.mobicents.slee.resource.xcapclient.XCAPResourceAdaptorActivityHandle handle, org.openxdm.xcap.common.key.XcapUriKey key, java.lang.String eTag)
           
 
Method Summary
protected  org.openxdm.xcap.client.Response doRequest()
          To be implemented by concrete handler, sends the request to the XCAP and processes response.
 
Methods inherited from class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

eTag

protected java.lang.String eTag
Constructor Detail

AsyncDeleteIfNoneMatchHandler

public AsyncDeleteIfNoneMatchHandler(XCAPClientResourceAdaptor ra,
                                     org.mobicents.slee.resource.xcapclient.XCAPResourceAdaptorActivityHandle handle,
                                     org.openxdm.xcap.common.key.XcapUriKey key,
                                     java.lang.String eTag)
Method Detail

doRequest

protected org.openxdm.xcap.client.Response doRequest()
                                              throws java.lang.Exception
Description copied from class: AbstractAsyncHandler
To be implemented by concrete handler, sends the request to the XCAP and processes response.

Specified by:
doRequest in class AbstractAsyncHandler
Returns:
Throws:
java.io.IOException
java.lang.Exception


Copyright © 2008. All Rights Reserved.