< prev index next >

src/java.xml.bind/share/classes/javax/xml/bind/attachment/AttachmentUnmarshaller.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 68,78 **** /** * <p>Lookup MIME content by content-id, <code>cid</code>, and return as a {@link DataHandler}.</p> * * <p>The returned <code>DataHandler</code> instance must be configured * to meet the following required mapping constaint. ! * <table border="2" rules="all" cellpadding="4"> * <thead> * <tr> * <th align="center" colspan="2"> * Required Mappings between MIME and Java Types * </tr> --- 68,78 ---- /** * <p>Lookup MIME content by content-id, <code>cid</code>, and return as a {@link DataHandler}.</p> * * <p>The returned <code>DataHandler</code> instance must be configured * to meet the following required mapping constaint. ! * <table summary="" border="2" rules="all" cellpadding="4"> * <thead> * <tr> * <th align="center" colspan="2"> * Required Mappings between MIME and Java Types * </tr>
*** 98,108 **** * <td>text/xml or application/xml</td> * <td>javax.xml.transform.Source</td> * </tr> * </tbody> * </table> ! * Note that it is allowable to support additional mappings.</p> * * @param cid It is expected to be a valid lexical form of the XML Schema * <code>xs:anyURI</code> datatype. If <code>{@link #isXOPPackage()} * ==true</code>, it must be a valid URI per the <code>cid:</code> URI scheme (see <a href="http://www.ietf.org/rfc/rfc2387.txt">RFC 2387</a>) * --- 98,108 ---- * <td>text/xml or application/xml</td> * <td>javax.xml.transform.Source</td> * </tr> * </tbody> * </table> ! * Note that it is allowable to support additional mappings. * * @param cid It is expected to be a valid lexical form of the XML Schema * <code>xs:anyURI</code> datatype. If <code>{@link #isXOPPackage()} * ==true</code>, it must be a valid URI per the <code>cid:</code> URI scheme (see <a href="http://www.ietf.org/rfc/rfc2387.txt">RFC 2387</a>) *
< prev index next >