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

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

public class AsyncDeleteHandler
extends AbstractAsyncHandler

Handles an async delete request.

Author:
emmartins

Field Summary
 
Fields inherited from class org.mobicents.slee.resource.xcapclient.handler.AbstractAsyncHandler
additionalRequestHeaders, credentials, handle, ra, uri
 
Constructor Summary
AsyncDeleteHandler(XCAPClientResourceAdaptor ra, org.mobicents.slee.resource.xcapclient.XCAPResourceAdaptorActivityHandle handle, java.net.URI uri, org.mobicents.xcap.client.header.Header[] additionalRequestHeaders, org.mobicents.xcap.client.auth.Credentials credentials)
           
 
Method Summary
protected  org.mobicents.xcap.client.XcapResponse 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
 

Constructor Detail

AsyncDeleteHandler

public AsyncDeleteHandler(XCAPClientResourceAdaptor ra,
                          org.mobicents.slee.resource.xcapclient.XCAPResourceAdaptorActivityHandle handle,
                          java.net.URI uri,
                          org.mobicents.xcap.client.header.Header[] additionalRequestHeaders,
                          org.mobicents.xcap.client.auth.Credentials credentials)
Method Detail

doRequest

protected org.mobicents.xcap.client.XcapResponse 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 © 2010. All Rights Reserved.