microsoft.exchange.webservices.data.misc
Class CallableMethod

java.lang.Object
  extended by microsoft.exchange.webservices.data.misc.CallableMethod
All Implemented Interfaces:
Callable<Object>

public class CallableMethod
extends Object
implements Callable<Object>


Constructor Summary
CallableMethod(HttpWebRequest request)
           
 
Method Summary
 HttpWebRequest call()
           
protected  HttpClientWebRequest executeMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallableMethod

public CallableMethod(HttpWebRequest request)
Method Detail

executeMethod

protected HttpClientWebRequest executeMethod()
                                      throws EWSHttpException,
                                             HttpErrorException,
                                             IOException
Throws:
EWSHttpException
HttpErrorException
IOException

call

public HttpWebRequest call()
Specified by:
call in interface Callable<Object>


Copyright © 2012–2015 Microsoft. All rights reserved.