public interface Response<T> extends Future<T>
Response
接口提供了用于获取一个消息响应操作调用发送有效载荷和上下文的方法。
异步操作调用它提供额外的方法来检查请求的状态。get(...)
方法可能抛出异常的原因和他们的标准可能是一个RemoteException
或WebServiceException
表示错误发生的异步方法调用时。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.