public interface Response<T> extends Future<T>
Response
对于异步操作调用,它提供了其他方法来检查请求的状态。 get(...)方法可能会抛出标准异常集,其原因可能是RemoteException或WebServiceException ,表示在异步方法调用期间发生的错误。
get(...)
RemoteException
WebServiceException
Map<String,Object>
getContext()
cancel, get, get, isCancelled, isDone
Map<String,Object> getContext()
null