68 lines
2.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.

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.bind.attachment</h1>
<div class="docSummary">
<div class="block">
该包由基于MIME的包处理器实现可以在基于MIME的包格式中解释和创建优化的二进制数据。
</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/bind/attachment/AttachmentMarshaller.html" title="class in javax.xml.bind.attachment">AttachmentMarshaller</a></td>
<td class="colLast">
<div class="block">
启用JAXB编组以优化二进制数据的存储。
</div> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../javax/xml/bind/attachment/AttachmentUnmarshaller.html" title="class in javax.xml.bind.attachment">AttachmentUnmarshaller</a></td>
<td class="colLast">
<div class="block">
使JAXB解组合包含优化的二进制数据格式的根文档。
</div> </td>
</tr>
</tbody>
</table> </li>
</ul>
<a name="package.description">
<!-- --> </a>
<h2 title="Package javax.xml.bind.attachment Description">Package javax.xml.bind.attachment Description</h2>
<div class="block">
<p> <span>该包由基于MIME的包处理器实现可以在基于MIME的包格式中解释和创建优化的二进制数据。</span> </p>
<p> <span>肥皂MTOM [1]XOP[2] [3]和WS-I AP [4]规范了将二进制数据类型传输优化为附件的方法。</span> <span>为了在消息传递环境中最佳地支持这些标准该软件包可以实现基于MIME的包处理器和JAXB解组合/组织进程之间的集成解决方案。</span> </p>
<h2> <span>包装规格</span> </h2>
<ul>
<li> <span><a href="http://java.sun.com/xml/downloads/jaxb.html">JAXB Specification</a></span> </li>
</ul>
<h2> <span>相关标准</span> </h2>
<ul>
<li> <span><a href="http://www.w3.org/TR/2004/WD-soap12-mtom-20040608/">[1]SOAP Message Transmission Optimization Mechanism</a></span> </li>
<li> <span><a href="http://www.w3.org/TR/2005/REC-xop10-20050125/">[2]XML-binary Optimized Packaging</a></span> </li>
<li> <span><a href="http://www.ws-i.org/Profiles/AttachmentsProfile-1.0-2004-08-24.html">[3]WS-I Attachments Profile Version 1.0.</a></span> </li>
<li> <span><a href="http://www.w3.org/TR/xml-media-types/">[4]Describing Media Content of Binary Data in XML</a></span> </li>
</ul>
<!-- Put @see and @since tags down here. -->
</div>
<dl>
<dt>
<span class="simpleTagLabel">从以下版本开始:</span>
</dt>
<dd>
JAXB 2.0
</dd>
</dl>
</div>