Module  java.xml.ws
软件包  javax.xml.ws

Interface Response<T>

  • 参数类型
    T - 响应的类型
    All Superinterfaces:
    Future<T>


    public interface Response<T>
    extends Future<T>
    Response接口提供了用于获取响应于操作调用发送的消息的有效载荷和上下文的方法。

    对于异步操作调用,它提供了其他方法来检查请求的状态。 get(...)方法可能会抛出标准异常集,其原因可能是RemoteExceptionWebServiceException ,表示在异步方法调用期间发生的错误。

    从以下版本开始:
    1.6,JAX-WS 2.0
    • 方法详细信息

      • getContext

        Map<String,Object> getContext​()
        获取包含的响应上下文。
        结果
        The contained response context. May be null if a response is not yet available.