mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-04 07:42:45 +08:00
79 lines
2.9 KiB
HTML
79 lines
2.9 KiB
HTML
<div class="header">
|
||
<div class="subTitle">
|
||
javax.xml.ws
|
||
</div>
|
||
<h2 class="title" title="Interface AsyncHandler">Interface AsyncHandler<T></h2>
|
||
</div><div class="contentContainer">
|
||
<div class="description">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<hr/> <br/> <pre>public interface <span class="typeNameLabel">AsyncHandler<T></span></pre>
|
||
<div class="block">
|
||
<code>AsyncHandler</code>接口由希望接收到异步调用的服务端点操作完成的回调通知的客户端实现。
|
||
</div>
|
||
<dl>
|
||
<dt>
|
||
<span class="simpleTagLabel">从以下版本开始:</span>
|
||
</dt>
|
||
<dd>
|
||
JAX-WS 2.0
|
||
</dd>
|
||
</dl> </li>
|
||
</ul>
|
||
</div>
|
||
<div class="summary">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<!-- ========== METHOD SUMMARY =========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="method.summary">
|
||
<!-- --> </a> <h3>方法摘要</h3>
|
||
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary" summary="Method Summary table, listing methods, and an explanation">
|
||
<caption>
|
||
<span class="activeTableTab" id="t0"><span>所有方法</span><span class="tabEnd"> </span></span>
|
||
<span class="tableTab" id="t2"><span><a href="javascript:show(2);">接口方法</a></span><span class="tabEnd"> </span></span>
|
||
<span class="tableTab" id="t3"><span><a href="javascript:show(4);">抽象方法</a></span><span class="tabEnd"> </span></span>
|
||
</caption>
|
||
<tbody>
|
||
<tr>
|
||
<th class="colFirst" scope="col">Modifier and Type</th>
|
||
<th class="colLast" scope="col">Method and Description</th>
|
||
</tr>
|
||
<tr class="altColor" id="i0">
|
||
<td class="colFirst"><code>void</code></td>
|
||
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/xml/ws/AsyncHandler.html#handleResponse-javax.xml.ws.Response-">handleResponse</a></span>(<a href="../../../javax/xml/ws/Response.html" title="interface in javax.xml.ws">Response</a><<a href="../../../javax/xml/ws/AsyncHandler.html" title="type parameter in AsyncHandler">T</a>> res)</code>
|
||
<div class="block">
|
||
当异步操作的响应可用时调用。
|
||
</div> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table> </li>
|
||
</ul> </li>
|
||
</ul>
|
||
</div>
|
||
<div class="details">
|
||
<ul class="blockList">
|
||
<li class="blockList">
|
||
<!-- ============ METHOD DETAIL ========== -->
|
||
<ul class="blockList">
|
||
<li class="blockList"><a name="method.detail">
|
||
<!-- --> </a> <h3>方法详细信息</h3> <a name="handleResponse-javax.xml.ws.Response-">
|
||
<!-- --> </a>
|
||
<ul class="blockListLast">
|
||
<li class="blockList"> <h4>handleResponse</h4> <pre>void handleResponse(<a href="../../../javax/xml/ws/Response.html" title="interface in javax.xml.ws">Response</a><<a href="../../../javax/xml/ws/AsyncHandler.html" title="type parameter in AsyncHandler">T</a>> res)</pre>
|
||
<div class="block">
|
||
当异步操作的响应可用时调用。
|
||
</div>
|
||
<dl>
|
||
<dt>
|
||
<span class="paramLabel">参数</span>
|
||
</dt>
|
||
<dd>
|
||
<code>res</code> - 对操作调用的响应。
|
||
</dd>
|
||
</dl> </li>
|
||
</ul> </li>
|
||
</ul> </li>
|
||
</ul>
|
||
</div>
|
||
</div> |