mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-07-05 16:22:43 +08:00
78 lines
2.5 KiB
HTML
78 lines
2.5 KiB
HTML
<div class="header">
|
||
<h1 class="title" title="Package">Package javax.xml.ws.spi</h1>
|
||
<div class="docSummary">
|
||
<div class="block">
|
||
此套件为JAX-WS定义了SPI。
|
||
</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="Class Summary table, listing classes, 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/spi/Invoker.html" title="class in javax.xml.ws.spi">Invoker</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
Invoker隐藏了调用应用程序端点实现的细节。
|
||
</div> </td>
|
||
</tr>
|
||
<tr class="rowColor">
|
||
<td class="colFirst"><a href="../../../../javax/xml/ws/spi/Provider.html" title="class in javax.xml.ws.spi">Provider</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
<code>ServiceDelegate</code>和
|
||
<code>Endpoint</code>对象的服务提供商。
|
||
</div> </td>
|
||
</tr>
|
||
<tr class="altColor">
|
||
<td class="colFirst"><a href="../../../../javax/xml/ws/spi/ServiceDelegate.html" title="class in javax.xml.ws.spi">ServiceDelegate</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
<code>Service</code>对象使用服务代表来实现JAX-WS实现的可插拔性。
|
||
</div> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table> </li>
|
||
<li class="blockList">
|
||
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Annotation Types Summary table, listing annotation types, and an explanation">
|
||
<caption>
|
||
<span>注解类型摘要</span>
|
||
<span class="tabEnd"> </span>
|
||
</caption>
|
||
<tbody>
|
||
<tr>
|
||
<th class="colFirst" scope="col">Annotation Type</th>
|
||
<th class="colLast" scope="col">描述</th>
|
||
</tr>
|
||
</tbody>
|
||
<tbody>
|
||
<tr class="altColor">
|
||
<td class="colFirst"><a href="../../../../javax/xml/ws/spi/WebServiceFeatureAnnotation.html" title="annotation in javax.xml.ws.spi">WebServiceFeatureAnnotation</a></td>
|
||
<td class="colLast">
|
||
<div class="block">
|
||
用于将其他注释识别为
|
||
<code>WebServiceFeature</code> 。
|
||
</div> </td>
|
||
</tr>
|
||
</tbody>
|
||
</table> </li>
|
||
</ul>
|
||
<a name="package.description">
|
||
<!-- --> </a>
|
||
<h2 title="Package javax.xml.ws.spi Description">Package javax.xml.ws.spi Description</h2>
|
||
<div class="block">
|
||
此套件为JAX-WS定义了SPI。
|
||
</div>
|
||
</div> |