JavaTM 2 Platform
Standard Ed. 6

javax.xml.ws
介面 AsyncHandler<T>


public interface AsyncHandler<T>

AsyncHandler 介面由希望接收關於完成了非同步調用服務端點操作的回調通知的客戶端實作。

從以下版本開始:
JAX-WS 2.0

方法摘要
 void handleResponse(Response<T> res)
          當可以獲得對非同步操作的回應時調用。
 

方法詳細資訊

handleResponse

void handleResponse(Response<T> res)
當可以獲得對非同步操作的回應時調用。

參數:
res - 對操作調用的回應。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only