microsoft.exchange.webservices.data
Class WebAsyncCallStateAnchor
java.lang.Object
microsoft.exchange.webservices.data.WebAsyncCallStateAnchor
public class WebAsyncCallStateAnchor
- extends java.lang.Object
Constructor Summary |
WebAsyncCallStateAnchor(microsoft.exchange.webservices.data.ServiceRequestBase serviceRequest,
microsoft.exchange.webservices.data.HttpWebRequest webRequest,
microsoft.exchange.webservices.data.AsyncCallback asyncCallback,
java.lang.Object asyncState)
Construtctor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebAsyncCallStateAnchor
public WebAsyncCallStateAnchor(microsoft.exchange.webservices.data.ServiceRequestBase serviceRequest,
microsoft.exchange.webservices.data.HttpWebRequest webRequest,
microsoft.exchange.webservices.data.AsyncCallback asyncCallback,
java.lang.Object asyncState)
throws java.lang.Exception
- Construtctor
- Throws:
java.lang.Exception
getServiceRequest
public microsoft.exchange.webservices.data.ServiceRequestBase getServiceRequest()
setAsyncCallback
public void setAsyncCallback(microsoft.exchange.webservices.data.AsyncCallback asyncCallback)
getAsyncCallback
public microsoft.exchange.webservices.data.AsyncCallback getAsyncCallback()
setServiceRequest
public void setServiceRequest(microsoft.exchange.webservices.data.ServiceRequestBase wasserviceRequest)
setHttpWebRequest
public void setHttpWebRequest(microsoft.exchange.webservices.data.HttpWebRequest waswebRequest)
getHttpWebRequest
public microsoft.exchange.webservices.data.HttpWebRequest getHttpWebRequest()
setAsynncState
public void setAsynncState(java.lang.Object wasasyncState)
getAsyncState
public java.lang.Object getAsyncState()