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

330 lines
13 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.

This file contains Unicode characters that might be confused with other characters. 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</h1>
<div class="docSummary">
<div class="block">
此软件包包含核心JAX-WS 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/AsyncHandler.html" title="interface in javax.xml.ws">AsyncHandler</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">
<code>AsyncHandler</code>接口由希望接收到异步调用的服务端点操作完成的回调通知的客户端实现。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/Binding.html" title="interface in javax.xml.ws">Binding</a></td>
<td class="colLast">
<div class="block">
<code>Binding</code>接口是JAX-WS协议绑定的基本接口。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/BindingProvider.html" title="interface in javax.xml.ws">BindingProvider</a></td>
<td class="colLast">
<div class="block">
<code>BindingProvider</code>接口提供对协议绑定和相关联的上下文对象的访问以用于请求和响应消息处理。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/Dispatch.html" title="interface in javax.xml.ws">Dispatch</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">
<code>Dispatch</code>接口为动态调用服务端点操作提供支持。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/LogicalMessage.html" title="interface in javax.xml.ws">LogicalMessage</a></td>
<td class="colLast">
<div class="block">
所述
<code>LogicalMessage</code>接口表示协议无关XML消息并包含提供对消息的有效载荷的方法。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/Provider.html" title="interface in javax.xml.ws">Provider</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">
服务端点可以实现
<code>Provider</code>接口作为SEI的动态替代。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/Response.html" title="interface in javax.xml.ws">Response</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">
<code>Response</code>接口提供了用于获得响应于操作调用发送的消息的有效载荷和上下文的方法。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebServiceContext.html" title="interface in javax.xml.ws">WebServiceContext</a></td>
<td class="colLast">
<div class="block">
A
<code>WebServiceContext</code>使Web服务端点实现类可以相对于正在服务的请求访问消息上下文和安全信息。
</div> </td>
</tr>
</tbody>
</table> </li>
<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/Endpoint.html" title="class in javax.xml.ws">Endpoint</a></td>
<td class="colLast">
<div class="block">
Web服务端点。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/EndpointContext.html" title="class in javax.xml.ws">EndpointContext</a></td>
<td class="colLast">
<div class="block">
<code>EndpointContext</code>允许应用程序中的多个端点共享任何信息。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/EndpointReference.html" title="class in javax.xml.ws">EndpointReference</a></td>
<td class="colLast">
<div class="block">
此类表示WS-Addressing EndpointReference它是对Web服务端点的远程引用。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/Holder.html" title="class in javax.xml.ws">Holder</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">
持有类型
<code>T</code>的值。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/RespectBindingFeature.html" title="class in javax.xml.ws">RespectBindingFeature</a></td>
<td class="colLast">
<div class="block">
该功能说明了在JAX-WS运行时中使用
<code>wsdl:binding</code>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/Service.html" title="class in javax.xml.ws">Service</a></td>
<td class="colLast">
<div class="block">
<code>Service</code>对象提供Web服务的客户端视图。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebServiceFeature.html" title="class in javax.xml.ws">WebServiceFeature</a></td>
<td class="colLast">
<div class="block">
WebServiceFeature用于表示可以为Web服务启用或禁用的功能。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebServicePermission.html" title="class in javax.xml.ws">WebServicePermission</a></td>
<td class="colLast">
<div class="block">
此类定义Web服务权限。
</div> </td>
</tr>
</tbody>
</table> </li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Enum Summary table, listing enums, and an explanation">
<caption>
<span>枚举摘要</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">描述</th>
</tr>
</tbody>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/Service.Mode.html" title="enum in javax.xml.ws">Service.Mode</a></td>
<td class="colLast">
<div class="block">
动态客户端或服务的方向。
</div> </td>
</tr>
</tbody>
</table> </li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" class="typeSummary" summary="Exception Summary table, listing exceptions, 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/ProtocolException.html" title="class in javax.xml.ws">ProtocolException</a></td>
<td class="colLast">
<div class="block">
<code>ProtocolException</code>类是与特定协议绑定相关的
<code>ProtocolException</code>的基类。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebServiceException.html" title="class in javax.xml.ws">WebServiceException</a></td>
<td class="colLast">
<div class="block">
<code>WebServiceException</code>类是所有JAX-WS API运行时异常的基础异常类。
</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/Action.html" title="annotation in javax.xml.ws">Action</a></td>
<td class="colLast">
<div class="block">
所述
<code>Action</code>注释允许一个WS寻址的显式关联
<code>Action</code>与消息寻址属性
<code>input</code>
<code>output</code>
<code>fault</code>所映射的WSDL操作的消息。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/BindingType.html" title="annotation in javax.xml.ws">BindingType</a></td>
<td class="colLast">
<div class="block">
<code>BindingType</code>注释用于指定用于Web服务端点实现类的绑定。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/FaultAction.html" title="annotation in javax.xml.ws">FaultAction</a></td>
<td class="colLast">
<div class="block">
<span>所述<code>FaultAction</code>注解用于内部<a href="../../../javax/xml/ws/Action.html" title="javax.xml.ws中的注释"><code>Action</code></a>注释以允许WS寻址的显式关联<code>Action</code>与消息寻址属性<code>fault</code>从异常类映射到的WSDL操作的消息。</span>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/RequestWrapper.html" title="annotation in javax.xml.ws">RequestWrapper</a></td>
<td class="colLast">
<div class="block">
用于使用要在运行时使用的请求包装器bean来注释服务端点接口中的方法。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/RespectBinding.html" title="annotation in javax.xml.ws">RespectBinding</a></td>
<td class="colLast">
<div class="block">
该功能说明了在JAX-WS运行时中使用
<code>wsdl:binding</code>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/ResponseWrapper.html" title="annotation in javax.xml.ws">ResponseWrapper</a></td>
<td class="colLast">
<div class="block">
用于使用要在运行时使用的响应包装器bean来注释服务端点接口中的方法。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/ServiceMode.html" title="annotation in javax.xml.ws">ServiceMode</a></td>
<td class="colLast">
<div class="block">
<span>用于指示<a href="../../../javax/xml/ws/Provider.html" title="javax.xml.ws中的接口"><code>Provider</code></a>实现是否希望与整个协议消息一起工作,或仅与协议消息有效载荷一起使用。</span>
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebEndpoint.html" title="annotation in javax.xml.ws">WebEndpoint</a></td>
<td class="colLast">
<div class="block">
用于注释生成的服务接口的
<code>get<em>PortName</em>()</code>方法。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebFault.html" title="annotation in javax.xml.ws">WebFault</a></td>
<td class="colLast">
<div class="block">
用于注释特定于服务的异常类以定制到故障元素的本地和命名空间名称以及故障bean的名称。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebServiceClient.html" title="annotation in javax.xml.ws">WebServiceClient</a></td>
<td class="colLast">
<div class="block">
用于注释生成的服务接口。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebServiceProvider.html" title="annotation in javax.xml.ws">WebServiceProvider</a></td>
<td class="colLast">
<div class="block">
用于注释Provider实现类。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebServiceRef.html" title="annotation in javax.xml.ws">WebServiceRef</a></td>
<td class="colLast">
<div class="block">
<code>WebServiceRef</code>注释用于定义对Web服务的引用以及可选为其注入目标。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../javax/xml/ws/WebServiceRefs.html" title="annotation in javax.xml.ws">WebServiceRefs</a></td>
<td class="colLast">
<div class="block">
<code>WebServiceRefs</code>注释允许在类级别声明多个Web服务引用。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package javax.xml.ws Description">Package javax.xml.ws Description</h2>
<div class="block">
此软件包包含核心JAX-WS API。
</div>
</div>