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

changeset 286
f50545b5e2f1
child 397
b99d7e355d4b
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/share/jaxws_classes/javax/xml/bind/attachment/package.html	Tue Mar 06 16:09:35 2012 -0800
     1.3 @@ -0,0 +1,68 @@
     1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
     1.5 +<!--
     1.6 + Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     1.7 + DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8 +
     1.9 + This code is free software; you can redistribute it and/or modify it
    1.10 + under the terms of the GNU General Public License version 2 only, as
    1.11 + published by the Free Software Foundation.  Oracle designates this
    1.12 + particular file as subject to the "Classpath" exception as provided
    1.13 + by Oracle in the LICENSE file that accompanied this code.
    1.14 +
    1.15 + This code is distributed in the hope that it will be useful, but WITHOUT
    1.16 + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
    1.17 + FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
    1.18 + version 2 for more details (a copy is included in the LICENSE file that
    1.19 + accompanied this code).
    1.20 +
    1.21 + You should have received a copy of the GNU General Public License version
    1.22 + 2 along with this work; if not, write to the Free Software Foundation,
    1.23 + Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
    1.24 +
    1.25 + Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    1.26 + or visit www.oracle.com if you need additional information or have any
    1.27 + questions.
    1.28 +-->
    1.29 +
    1.30 +<html>
    1.31 +    <head>
    1.32 +
    1.33 +
    1.34 +    </head>
    1.35 +
    1.36 +    <body bgcolor="white">
    1.37 +
    1.38 +        <p>
    1.39 +	This package is implemented by a MIME-based package processor that 
    1.40 +        enables the interpretation and creation of optimized binary data 
    1.41 +        within an MIME-based package format.
    1.42 +
    1.43 +        <p>
    1.44 +        Soap MTOM[1], XOP([2][3]) and WS-I AP[4] standardize approaches to 
    1.45 +        optimized transmission of binary datatypes as an attachment.
    1.46 +        To optimally support these standards within a message passing 
    1.47 +        environment, this package enables an integrated solution between 
    1.48 +        a MIME-based package processor and JAXB unmarshall/marshal processes.
    1.49 +
    1.50 +        <h2>Package Specification</h2>
    1.51 +
    1.52 +        <ul>
    1.53 +            <li><a href="http://java.sun.com/xml/downloads/jaxb.html">JAXB 
    1.54 +                Specification</a>
    1.55 +        </ul>
    1.56 +
    1.57 +        <h2>Related Standards</h2>
    1.58 +
    1.59 +        <ul>
    1.60 +	  <li><a href="http://www.w3.org/TR/2004/WD-soap12-mtom-20040608/">[1]SOAP Message Transmission Optimization Mechanism</a> </li>
    1.61 +          <li><a href="http://www.w3.org/TR/2005/REC-xop10-20050125/">[2]XML-binary Optimized Packaging</a></li>
    1.62 +          <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>
    1.63 +           <li><a href="http://www.w3.org/TR/xml-media-types/">[4]Describing Media Content of Binary Data in XML</a></li>
    1.64 +        </ul>
    1.65 +
    1.66 +        <!-- Put @see and @since tags down here. -->
    1.67 +        @since JAXB 2.0
    1.68 +    </body>
    1.69 +</html>
    1.70 +
    1.71 +

mercurial