src/share/jaxws_classes/javax/xml/bind/attachment/package.html

changeset 286
f50545b5e2f1
child 397
b99d7e355d4b
equal deleted inserted replaced
284:88b85470e72c 286:f50545b5e2f1
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <!--
3 Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
4 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
6 This code is free software; you can redistribute it and/or modify it
7 under the terms of the GNU General Public License version 2 only, as
8 published by the Free Software Foundation. Oracle designates this
9 particular file as subject to the "Classpath" exception as provided
10 by Oracle in the LICENSE file that accompanied this code.
11
12 This code is distributed in the hope that it will be useful, but WITHOUT
13 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
15 version 2 for more details (a copy is included in the LICENSE file that
16 accompanied this code).
17
18 You should have received a copy of the GNU General Public License version
19 2 along with this work; if not, write to the Free Software Foundation,
20 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
21
22 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
23 or visit www.oracle.com if you need additional information or have any
24 questions.
25 -->
26
27 <html>
28 <head>
29
30
31 </head>
32
33 <body bgcolor="white">
34
35 <p>
36 This package is implemented by a MIME-based package processor that
37 enables the interpretation and creation of optimized binary data
38 within an MIME-based package format.
39
40 <p>
41 Soap MTOM[1], XOP([2][3]) and WS-I AP[4] standardize approaches to
42 optimized transmission of binary datatypes as an attachment.
43 To optimally support these standards within a message passing
44 environment, this package enables an integrated solution between
45 a MIME-based package processor and JAXB unmarshall/marshal processes.
46
47 <h2>Package Specification</h2>
48
49 <ul>
50 <li><a href="http://java.sun.com/xml/downloads/jaxb.html">JAXB
51 Specification</a>
52 </ul>
53
54 <h2>Related Standards</h2>
55
56 <ul>
57 <li><a href="http://www.w3.org/TR/2004/WD-soap12-mtom-20040608/">[1]SOAP Message Transmission Optimization Mechanism</a> </li>
58 <li><a href="http://www.w3.org/TR/2005/REC-xop10-20050125/">[2]XML-binary Optimized Packaging</a></li>
59 <li><a href="http://www.ws-i.org/Profiles/AttachmentsProfile-1.0-2004-08-24.html">[3]WS-I Attachments Profile Version 1.0.</a></li>
60 <li><a href="http://www.w3.org/TR/xml-media-types/">[4]Describing Media Content of Binary Data in XML</a></li>
61 </ul>
62
63 <!-- Put @see and @since tags down here. -->
64 @since JAXB 2.0
65 </body>
66 </html>
67
68

mercurial