uTools-Manuals/docs/java/javax/xml/ws/ResponseWrapper.html

166 lines
6.0 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">
<div class="subTitle">
javax.xml.ws
</div>
<h2 class="title" title="Annotation Type ResponseWrapper">Annotation Type ResponseWrapper</h2>
</div><div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr/> <br/> <pre><a href="../../../java/lang/annotation/Target.html" title="annotation in java.lang.annotation">@Target</a>(<a href="../../../java/lang/annotation/Target.html#value--">value</a>=<a href="../../../java/lang/annotation/ElementType.html#METHOD">METHOD</a>)
<a href="../../../java/lang/annotation/Retention.html" title="annotation in java.lang.annotation">@Retention</a>(<a href="../../../java/lang/annotation/Retention.html#value--">value</a>=<a href="../../../java/lang/annotation/RetentionPolicy.html#RUNTIME">RUNTIME</a>)
<a href="../../../java/lang/annotation/Documented.html" title="annotation in java.lang.annotation">@Documented</a>
public @interface <span class="memberNameLabel">ResponseWrapper</span></pre>
<div class="block">
<span>用于使用要在运行时使用的响应包装器bean来注释服务端点接口中的方法。</span>
<span><code>localName</code>的默认值是<code>operationName</code>中定义的<code>WebMethod</code>附注<code>Response</code><code>targetNamespace</code>是SEI的目标命名空间。</span>
<p> <span>当从Java开始时使用该注解来解决文档文字模式中的重载冲突。</span> <span>在这种情况下,只需要<code>className</code></span> </p>
</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">
<!-- =========== ANNOTATION TYPE OPTIONAL MEMBER SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="annotation.type.optional.element.summary">
<!-- --> </a> <h3>Optional Element Summary</h3>
<table border="0" cellpadding="3" cellspacing="0" class="memberSummary" summary="Optional Element Summary table, listing optional elements, and an explanation">
<caption>
<span>Optional Elements</span>
<span class="tabEnd"> </span>
</caption>
<tbody>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Optional Element and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/xml/ws/ResponseWrapper.html#className--">className</a></span></code>
<div class="block">
响应包装器bean名称。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/xml/ws/ResponseWrapper.html#localName--">localName</a></span></code>
<div class="block">
元素的本地名称。
</div> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/xml/ws/ResponseWrapper.html#partName--">partName</a></span></code>
<div class="block">
wsdl包装部分的部件名称
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../java/lang/String.html" title="class in java.lang">String</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../javax/xml/ws/ResponseWrapper.html#targetNamespace--">targetNamespace</a></span></code>
<div class="block">
元素的命名空间名称。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul> </li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ ANNOTATION TYPE MEMBER DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="annotation.type.element.detail">
<!-- --> </a> <h3>Element Detail</h3> <a name="localName--">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>localName</h4> <pre>public abstract <a href="../../../java/lang/String.html" title="class in java.lang">String</a> localName</pre>
<div class="block">
元素的本地名称。
</div>
<dl>
<dt>
Default:
</dt>
<dd>
“”
</dd>
</dl> </li>
</ul> </li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="targetNamespace--">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>targetNamespace</h4> <pre>public abstract <a href="../../../java/lang/String.html" title="class in java.lang">String</a> targetNamespace</pre>
<div class="block">
元素的命名空间名称。
</div>
<dl>
<dt>
Default:
</dt>
<dd>
“”
</dd>
</dl> </li>
</ul> </li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="className--">
<!-- --> </a>
<ul class="blockList">
<li class="blockList"> <h4>className</h4> <pre>public abstract <a href="../../../java/lang/String.html" title="class in java.lang">String</a> className</pre>
<div class="block">
响应包装器bean名称。
</div>
<dl>
<dt>
Default:
</dt>
<dd>
“”
</dd>
</dl> </li>
</ul> </li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="partName--">
<!-- --> </a>
<ul class="blockListLast">
<li class="blockList"> <h4>partName</h4> <pre>public abstract <a href="../../../java/lang/String.html" title="class in java.lang">String</a> partName</pre>
<div class="block">
wsdl包装部分的部件名称
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
JAX-WS 2.2
</dd>
</dl>
<dl>
<dt>
Default:
</dt>
<dd>
“”
</dd>
</dl> </li>
</ul> </li>
</ul> </li>
</ul>
</div>
</div>