microsoft.exchange.webservices.data
Class CallableMethod

java.lang.Object
  extended by microsoft.exchange.webservices.data.CallableMethod
All Implemented Interfaces:
java.util.concurrent.Callable

public class CallableMethod
extends java.lang.Object
implements java.util.concurrent.Callable


Method Summary
 microsoft.exchange.webservices.data.HttpWebRequest call()
           
protected  microsoft.exchange.webservices.data.HttpClientWebRequest executeMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

executeMethod

protected microsoft.exchange.webservices.data.HttpClientWebRequest executeMethod()
                                                                          throws EWSHttpException,
                                                                                 HttpErrorException,
                                                                                 java.io.IOException
Throws:
EWSHttpException
HttpErrorException
java.io.IOException

call

public microsoft.exchange.webservices.data.HttpWebRequest call()
Specified by:
call in interface java.util.concurrent.Callable