uTools-Manuals/docs/java/javax/xml/ws/handler/soap/package-summary.html

49 lines
1.9 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<div class="header">
<h1 class="title" title="Package">Package javax.xml.ws.handler.soap</h1>
<div class="docSummary">
<div class="block">
此包定义SOAP消息处理程序的API。
</div>
</div>
<p>See: <a href="#package.description">描述</a></p>
</div><div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Interface Summary table, listing interfaces, and an explanation">
<caption>
<span>接口摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">接口</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../javax/xml/ws/handler/soap/SOAPHandler.html" title="interface in javax.xml.ws.handler.soap">SOAPHandler</a>&lt;T extends <a href="../../../../../javax/xml/ws/handler/soap/SOAPMessageContext.html" title="interface in javax.xml.ws.handler.soap">SOAPMessageContext</a>&gt;</td>
<td class="colLast">
<div class="block">
<code>SOAPHandler</code>类扩展了
<code>Handler</code> ,为消息上下文参数提供了类型安全性,并添加了一种方法来获取对处理程序可能处理的标头的访问。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../javax/xml/ws/handler/soap/SOAPMessageContext.html" title="interface in javax.xml.ws.handler.soap">SOAPMessageContext</a></td>
<td class="colLast">
<div class="block">
接口
<code>SOAPMessageContext</code>提供对RPC请求或响应的SOAP消息的访问。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package javax.xml.ws.handler.soap Description">Package javax.xml.ws.handler.soap Description</h2>
<div class="block">
此包定义SOAP消息处理程序的API。
</div>
</div>