You need to sign in or sign up before continuing.
Unverified Commit 09a4e905 authored by Thibault Vallin's avatar Thibault Vallin Committed by GitHub
Browse files

Rename package from javax to jakarta (#125)


* Rename package from javax to jakarta
Signed-off-by: default avatartvallin <thibault.vallin@oracle.com>
parent 53e61ae7
No related merge requests found
/* /*
* Copyright (c) 2006, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2006, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import javax.xml.bind.JAXBContext; import jakarta.xml.bind.JAXBContext;
import java.lang.annotation.ElementType; import java.lang.annotation.ElementType;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
import static java.lang.annotation.RetentionPolicy.RUNTIME; import static java.lang.annotation.RetentionPolicy.RUNTIME;
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import java.lang.annotation.Target; import java.lang.annotation.Target;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
...@@ -45,7 +45,7 @@ import static java.lang.annotation.RetentionPolicy.*; ...@@ -45,7 +45,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* <p>{@code @XmlTransient} is mutually exclusive with all other * <p>{@code @XmlTransient} is mutually exclusive with all other
* JAXB defined annotations. </p> * JAXB defined annotations. </p>
* *
* <p>See "Package Specification" in javax.xml.bind.package javadoc for * <p>See "Package Specification" in jakarta.xml.bind.package javadoc for
* additional common information.</p> * additional common information.</p>
* *
* <p><b>Example:</b> Resolve name collision between JavaBean property and * <p><b>Example:</b> Resolve name collision between JavaBean property and
......
/* /*
* Copyright (c) 2004, 2019 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.ElementType.TYPE;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
...@@ -27,7 +27,7 @@ import java.lang.annotation.Target; ...@@ -27,7 +27,7 @@ import java.lang.annotation.Target;
* <li> an enum type </li> * <li> an enum type </li>
* </ul> * </ul>
* *
* <p>See "Package Specification" in javax.xml.bind.package javadoc for * <p>See "Package Specification" in jakarta.xml.bind.package javadoc for
* additional common information.</p> * additional common information.</p>
* *
* <h3> Mapping a Class </h3> * <h3> Mapping a Class </h3>
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
import java.lang.annotation.Target; import java.lang.annotation.Target;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
...@@ -31,7 +31,7 @@ import static java.lang.annotation.RetentionPolicy.*; ...@@ -31,7 +31,7 @@ import static java.lang.annotation.RetentionPolicy.*;
* <li> non static, non transient field.</li> * <li> non static, non transient field.</li>
* </ul> * </ul>
* *
* <p>See "Package Specification" in javax.xml.bind.package javadoc for * <p>See "Package Specification" in jakarta.xml.bind.package javadoc for
* additional common information.</p> * additional common information.</p>
* *
* The usage is subject to the following usage constraints: * The usage is subject to the following usage constraints:
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation.adapters; package jakarta.xml.bind.annotation.adapters;
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation.adapters; package jakarta.xml.bind.annotation.adapters;
import javax.xml.bind.DatatypeConverter; import jakarta.xml.bind.DatatypeConverter;
/** /**
* {@link XmlAdapter} for {@code xs:hexBinary}. * {@link XmlAdapter} for {@code xs:hexBinary}.
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation.adapters; package jakarta.xml.bind.annotation.adapters;
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation.adapters; package jakarta.xml.bind.annotation.adapters;
/** /**
* Adapts a Java type for custom marshaling. * Adapts a Java type for custom marshaling.
...@@ -161,7 +161,7 @@ public abstract class XmlAdapter<ValueType,BoundType> { ...@@ -161,7 +161,7 @@ public abstract class XmlAdapter<ValueType,BoundType> {
* The value to be converted. Can be null. * The value to be converted. Can be null.
* @throws Exception * @throws Exception
* if there's an error during the conversion. The caller is responsible for * if there's an error during the conversion. The caller is responsible for
* reporting the error to the user through {@link javax.xml.bind.ValidationEventHandler}. * reporting the error to the user through {@link jakarta.xml.bind.ValidationEventHandler}.
*/ */
public abstract BoundType unmarshal(ValueType v) throws Exception; public abstract BoundType unmarshal(ValueType v) throws Exception;
...@@ -172,7 +172,7 @@ public abstract class XmlAdapter<ValueType,BoundType> { ...@@ -172,7 +172,7 @@ public abstract class XmlAdapter<ValueType,BoundType> {
* The value to be convereted. Can be null. * The value to be convereted. Can be null.
* @throws Exception * @throws Exception
* if there's an error during the conversion. The caller is responsible for * if there's an error during the conversion. The caller is responsible for
* reporting the error to the user through {@link javax.xml.bind.ValidationEventHandler}. * reporting the error to the user through {@link jakarta.xml.bind.ValidationEventHandler}.
*/ */
public abstract ValueType marshal(BoundType v) throws Exception; public abstract ValueType marshal(BoundType v) throws Exception;
} }
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation.adapters; package jakarta.xml.bind.annotation.adapters;
import javax.xml.bind.annotation.XmlAnyElement; import jakarta.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlElementRefs; import jakarta.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlElement; import jakarta.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType; import jakarta.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlElementRef; import jakarta.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlAttribute; import jakarta.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSchema; import jakarta.xml.bind.annotation.XmlSchema;
import javax.xml.bind.annotation.XmlAccessorType; import jakarta.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSchemaTypes; import jakarta.xml.bind.annotation.XmlSchemaTypes;
import java.lang.annotation.Target; import java.lang.annotation.Target;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
......
/* /*
* Copyright (c) 2004, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.annotation.adapters; package jakarta.xml.bind.annotation.adapters;
import static java.lang.annotation.ElementType.PACKAGE; import static java.lang.annotation.ElementType.PACKAGE;
import java.lang.annotation.Retention; import java.lang.annotation.Retention;
...@@ -31,7 +31,7 @@ import java.lang.annotation.Target; ...@@ -31,7 +31,7 @@ import java.lang.annotation.Target;
* defining {@link XmlJavaTypeAdapter} annotations for different types * defining {@link XmlJavaTypeAdapter} annotations for different types
* at the package level. * at the package level.
* *
* <p>See "Package Specification" in javax.xml.bind.package javadoc for * <p>See "Package Specification" in jakarta.xml.bind.package javadoc for
* additional common information.</p> * additional common information.</p>
* *
* @author <ul><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul> * @author <ul><li>Sekhar Vajjhala, Sun Microsystems, Inc.</li></ul>
......
/* /*
* Copyright (c) 2004, 2019 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
*/ */
/** /**
* {@link javax.xml.bind.annotation.adapters.XmlAdapter} and its spec-defined * {@link jakarta.xml.bind.annotation.adapters.XmlAdapter} and its spec-defined
* sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding. * sub-classes to allow arbitrary Java classes to be used with Jakarta XML Binding.
* *
* <p> * <p>
...@@ -31,4 +31,4 @@ ...@@ -31,4 +31,4 @@
* *
* @see <a href="https://projects.eclipse.org/projects/ee4j.jaxb">Jakarta XML Binding Website</a> * @see <a href="https://projects.eclipse.org/projects/ee4j.jaxb">Jakarta XML Binding Website</a>
*/ */
package javax.xml.bind.annotation.adapters; package jakarta.xml.bind.annotation.adapters;
/* /*
* Copyright (c) 2004, 2019 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2004, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -30,13 +30,13 @@ ...@@ -30,13 +30,13 @@
* <th scope="row" style="vertical-align:top">Package</th> * <th scope="row" style="vertical-align:top">Package</th>
* <td> * <td>
* <ul style="list-style-type:none"> * <ul style="list-style-type:none">
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAccessorOrder.html">XmlAccessorOrder</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAccessorOrder.html">XmlAccessorOrder</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAccessorType.html">XmlAccessorType</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAccessorType.html">XmlAccessorType</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlSchema.html">XmlSchema</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlSchema.html">XmlSchema</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlSchemaType.html">XmlSchemaType</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlSchemaType.html">XmlSchemaType</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlSchemaTypes.html">XmlSchemaTypes</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlSchemaTypes.html">XmlSchemaTypes</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/adapters/XmlJavaTypeAdapters.html">XmlJavaTypeAdapters</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/adapters/XmlJavaTypeAdapters.html">XmlJavaTypeAdapters</a></li>
* </ul> * </ul>
* </td> * </td>
* </tr> * </tr>
...@@ -44,12 +44,12 @@ ...@@ -44,12 +44,12 @@
* <th scope="row" style="vertical-align:top">Class</th> * <th scope="row" style="vertical-align:top">Class</th>
* <td> * <td>
* <ul style="list-style-type:none"> * <ul style="list-style-type:none">
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAccessorOrder.html">XmlAccessorOrder</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAccessorOrder.html">XmlAccessorOrder</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAccessorType.html">XmlAccessorType</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAccessorType.html">XmlAccessorType</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlInlineBinaryData.html">XmlInlineBinaryData</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlInlineBinaryData.html">XmlInlineBinaryData</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlRootElement.html">XmlRootElement</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlRootElement.html">XmlRootElement</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlType.html">XmlType</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlType.html">XmlType</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li>
* </ul> * </ul>
* </td> * </td>
* </tr> * </tr>
...@@ -57,11 +57,11 @@ ...@@ -57,11 +57,11 @@
* <th scope="row" style="vertical-align:top">Enum type</th> * <th scope="row" style="vertical-align:top">Enum type</th>
* <td> * <td>
* <ul style="list-style-type:none"> * <ul style="list-style-type:none">
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlEnum.html">XmlEnum</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlEnum.html">XmlEnum</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlEnumValue.html">XmlEnumValue (enum constant only)</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlEnumValue.html">XmlEnumValue (enum constant only)</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlRootElement.html">XmlRootElement</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlRootElement.html">XmlRootElement</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlType.html">XmlType</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlType.html">XmlType</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li>
* </ul> * </ul>
* </td> * </td>
* </tr> * </tr>
...@@ -69,25 +69,25 @@ ...@@ -69,25 +69,25 @@
* <th scope="row" style="vertical-align:top">JavaBean Property/field</th> * <th scope="row" style="vertical-align:top">JavaBean Property/field</th>
* <td> * <td>
* <ul style="list-style-type:none"> * <ul style="list-style-type:none">
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlElement.html">XmlElement</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlElement.html">XmlElement</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlElements.html">XmlElements</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlElements.html">XmlElements</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlElementRef.html">XmlElementRef</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlElementRef.html">XmlElementRef</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlElementRefs.html">XmlElementRefs</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlElementRefs.html">XmlElementRefs</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlElementWrapper.html">XmlElementWrapper</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlElementWrapper.html">XmlElementWrapper</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAnyElement.html">XmlAnyElement</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAnyElement.html">XmlAnyElement</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAttribute.html">XmlAttribute</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAttribute.html">XmlAttribute</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAnyAttribute.html">XmlAnyAttribute</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAnyAttribute.html">XmlAnyAttribute</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlTransient.html">XmlTransient</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlTransient.html">XmlTransient</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlValue.html">XmlValue</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlValue.html">XmlValue</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlID.html">XmlID</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlID.html">XmlID</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlIDREF.html">XmlIDREF</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlIDREF.html">XmlIDREF</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlList.html">XmlList</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlList.html">XmlList</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlMixed.html">XmlMixed</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlMixed.html">XmlMixed</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlMimeType.html">XmlMimeType</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlMimeType.html">XmlMimeType</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAttachmentRef.html">XmlAttachmentRef</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAttachmentRef.html">XmlAttachmentRef</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlInlineBinaryData.html">XmlInlineBinaryData</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlInlineBinaryData.html">XmlInlineBinaryData</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlElementDecl.html">XmlElementDecl (only on method)</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlElementDecl.html">XmlElementDecl (only on method)</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li>
* </ul> * </ul>
* </td> * </td>
* </tr> * </tr>
...@@ -95,10 +95,10 @@ ...@@ -95,10 +95,10 @@
* <th scope="row" style="vertical-align:top">Parameter</th> * <th scope="row" style="vertical-align:top">Parameter</th>
* <td> * <td>
* <ul style="list-style-type:none"> * <ul style="list-style-type:none">
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlList.html">XmlList</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlList.html">XmlList</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlAttachmentRef.html">XmlAttachmentRef</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlAttachmentRef.html">XmlAttachmentRef</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/XmlMimeType.html">XmlMimeType</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/XmlMimeType.html">XmlMimeType</a></li>
* <li><a HREF="../../../../javax/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li> * <li><a HREF="../../../../jakarta/xml/bind/annotation/adapters/XmlJavaTypeAdapter.html">XmlJavaTypeAdapter</a></li>
* </ul> * </ul>
* </td> * </td>
* </tr> * </tr>
...@@ -174,4 +174,4 @@ ...@@ -174,4 +174,4 @@
* *
* @since 1.6, JAXB 2.0 * @since 1.6, JAXB 2.0
*/ */
package javax.xml.bind.annotation; package jakarta.xml.bind.annotation;
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.attachment; package jakarta.xml.bind.attachment;
import javax.activation.DataHandler; import javax.activation.DataHandler;
import javax.xml.bind.Marshaller; import jakarta.xml.bind.Marshaller;
/** /**
* <p>Enable JAXB marshalling to optimize storage of binary data. * <p>Enable JAXB marshalling to optimize storage of binary data.
......
/* /*
* Copyright (c) 2005, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.attachment; package jakarta.xml.bind.attachment;
import javax.activation.DataHandler; import javax.activation.DataHandler;
...@@ -45,7 +45,7 @@ import javax.activation.DataHandler; ...@@ -45,7 +45,7 @@ import javax.activation.DataHandler;
* *
* @since 1.6, JAXB 2.0 * @since 1.6, JAXB 2.0
* *
* @see javax.xml.bind.Unmarshaller#setAttachmentUnmarshaller(AttachmentUnmarshaller) * @see jakarta.xml.bind.Unmarshaller#setAttachmentUnmarshaller(AttachmentUnmarshaller)
* *
* @see <a href="http://www.w3.org/TR/2005/REC-xop10-20050125/">XML-binary Optimized Packaging</a> * @see <a href="http://www.w3.org/TR/2005/REC-xop10-20050125/">XML-binary Optimized Packaging</a>
* @see <a href="http://www.ws-i.org/Profiles/AttachmentsProfile-1.0-2004-08-24.html">WS-I Attachments Profile Version 1.0.</a> * @see <a href="http://www.ws-i.org/Profiles/AttachmentsProfile-1.0-2004-08-24.html">WS-I Attachments Profile Version 1.0.</a>
......
/* /*
* Copyright (c) 2005, 2019 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2005, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -43,4 +43,4 @@ ...@@ -43,4 +43,4 @@
* @see <a href="http://www.w3.org/TR/xml-media-types/">[4]Describing Media Content of Binary Data in XML</a> * @see <a href="http://www.w3.org/TR/xml-media-types/">[4]Describing Media Content of Binary Data in XML</a>
* @since JAXB 2.0 * @since JAXB 2.0
*/ */
package javax.xml.bind.attachment; package jakarta.xml.bind.attachment;
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,14 +8,14 @@ ...@@ -8,14 +8,14 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.helpers; package jakarta.xml.bind.helpers;
import javax.xml.bind.JAXBException; import jakarta.xml.bind.JAXBException;
import javax.xml.bind.Marshaller; import jakarta.xml.bind.Marshaller;
import javax.xml.bind.PropertyException; import jakarta.xml.bind.PropertyException;
import javax.xml.bind.ValidationEventHandler; import jakarta.xml.bind.ValidationEventHandler;
import javax.xml.bind.annotation.adapters.XmlAdapter; import jakarta.xml.bind.annotation.adapters.XmlAdapter;
import javax.xml.bind.attachment.AttachmentMarshaller; import jakarta.xml.bind.attachment.AttachmentMarshaller;
import javax.xml.stream.XMLEventWriter; import javax.xml.stream.XMLEventWriter;
import javax.xml.stream.XMLStreamWriter; import javax.xml.stream.XMLStreamWriter;
import javax.xml.transform.dom.DOMResult; import javax.xml.transform.dom.DOMResult;
...@@ -37,7 +37,7 @@ import java.io.IOException; ...@@ -37,7 +37,7 @@ import java.io.IOException;
* *
* <p> * <p>
* This class provides a partial default implementation for the * This class provides a partial default implementation for the
* {@link javax.xml.bind.Marshaller} interface. * {@link jakarta.xml.bind.Marshaller} interface.
* *
* <p> * <p>
* The only methods that a JAXB Provider has to implement are * The only methods that a JAXB Provider has to implement are
...@@ -46,7 +46,7 @@ import java.io.IOException; ...@@ -46,7 +46,7 @@ import java.io.IOException;
* {@link Marshaller#marshal(Object, javax.xml.transform.Result) marshal(Object, javax.xml.stream.XMLEventWriter)}. * {@link Marshaller#marshal(Object, javax.xml.transform.Result) marshal(Object, javax.xml.stream.XMLEventWriter)}.
* *
* @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li></ul> * @author <ul><li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li></ul>
* @see javax.xml.bind.Marshaller * @see jakarta.xml.bind.Marshaller
* @since 1.6, JAXB 1.0 * @since 1.6, JAXB 1.0
*/ */
public abstract class AbstractMarshallerImpl implements Marshaller public abstract class AbstractMarshallerImpl implements Marshaller
...@@ -372,14 +372,14 @@ public abstract class AbstractMarshallerImpl implements Marshaller ...@@ -372,14 +372,14 @@ public abstract class AbstractMarshallerImpl implements Marshaller
throw new PropertyException(name); throw new PropertyException(name);
} }
/** /**
* @see javax.xml.bind.Marshaller#getEventHandler() * @see jakarta.xml.bind.Marshaller#getEventHandler()
*/ */
public ValidationEventHandler getEventHandler() throws JAXBException { public ValidationEventHandler getEventHandler() throws JAXBException {
return eventHandler; return eventHandler;
} }
/** /**
* @see javax.xml.bind.Marshaller#setEventHandler(ValidationEventHandler) * @see jakarta.xml.bind.Marshaller#setEventHandler(ValidationEventHandler)
*/ */
public void setEventHandler(ValidationEventHandler handler) public void setEventHandler(ValidationEventHandler handler)
throws JAXBException { throws JAXBException {
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,21 +8,21 @@ ...@@ -8,21 +8,21 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.helpers; package jakarta.xml.bind.helpers;
import org.xml.sax.InputSource; import org.xml.sax.InputSource;
import org.xml.sax.SAXException; import org.xml.sax.SAXException;
import org.xml.sax.XMLReader; import org.xml.sax.XMLReader;
import org.w3c.dom.Node; import org.w3c.dom.Node;
import javax.xml.bind.JAXBException; import jakarta.xml.bind.JAXBException;
import javax.xml.bind.PropertyException; import jakarta.xml.bind.PropertyException;
import javax.xml.bind.UnmarshalException; import jakarta.xml.bind.UnmarshalException;
import javax.xml.bind.Unmarshaller; import jakarta.xml.bind.Unmarshaller;
import javax.xml.bind.ValidationEventHandler; import jakarta.xml.bind.ValidationEventHandler;
import javax.xml.bind.JAXBElement; import jakarta.xml.bind.JAXBElement;
import javax.xml.bind.annotation.adapters.XmlAdapter; import jakarta.xml.bind.annotation.adapters.XmlAdapter;
import javax.xml.bind.attachment.AttachmentUnmarshaller; import jakarta.xml.bind.attachment.AttachmentUnmarshaller;
import javax.xml.parsers.ParserConfigurationException; import javax.xml.parsers.ParserConfigurationException;
import javax.xml.parsers.SAXParserFactory; import javax.xml.parsers.SAXParserFactory;
import javax.xml.stream.XMLEventReader; import javax.xml.stream.XMLEventReader;
...@@ -40,7 +40,7 @@ import java.net.URL; ...@@ -40,7 +40,7 @@ import java.net.URL;
* *
* <p> * <p>
* This class provides a partial default implementation for the * This class provides a partial default implementation for the
* {@link javax.xml.bind.Unmarshaller}interface. * {@link jakarta.xml.bind.Unmarshaller}interface.
* *
* <p> * <p>
* A JAXB Provider has to implement five methods (getUnmarshallerHandler, * A JAXB Provider has to implement five methods (getUnmarshallerHandler,
...@@ -50,7 +50,7 @@ import java.net.URL; ...@@ -50,7 +50,7 @@ import java.net.URL;
* @author <ul> * @author <ul>
* <li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li> * <li>Kohsuke Kawaguchi, Sun Microsystems, Inc.</li>
* </ul> * </ul>
* @see javax.xml.bind.Unmarshaller * @see jakarta.xml.bind.Unmarshaller
* @since 1.6, JAXB 1.0 * @since 1.6, JAXB 1.0
*/ */
public abstract class AbstractUnmarshallerImpl implements Unmarshaller public abstract class AbstractUnmarshallerImpl implements Unmarshaller
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,13 +8,13 @@ ...@@ -8,13 +8,13 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.helpers; package jakarta.xml.bind.helpers;
import org.w3c.dom.Node; import org.w3c.dom.Node;
import javax.xml.bind.ValidationEvent; import jakarta.xml.bind.ValidationEvent;
import javax.xml.bind.ValidationEventHandler; import jakarta.xml.bind.ValidationEventHandler;
import javax.xml.bind.ValidationEventLocator; import jakarta.xml.bind.ValidationEventLocator;
import java.net.URL; import java.net.URL;
/** /**
...@@ -30,13 +30,13 @@ import java.net.URL; ...@@ -30,13 +30,13 @@ import java.net.URL;
* <p> * <p>
* This handler is not the default handler for JAXB mapped classes following * This handler is not the default handler for JAXB mapped classes following
* JAXB 2.0 or later versions. Default validation event handling has changed * JAXB 2.0 or later versions. Default validation event handling has changed
* and is specified in {@link javax.xml.bind.Unmarshaller} and * and is specified in {@link jakarta.xml.bind.Unmarshaller} and
* {@link javax.xml.bind.Marshaller}. * {@link jakarta.xml.bind.Marshaller}.
* *
* @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul> * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul>
* @see javax.xml.bind.Unmarshaller * @see jakarta.xml.bind.Unmarshaller
* @see javax.xml.bind.Validator * @see jakarta.xml.bind.Validator
* @see javax.xml.bind.ValidationEventHandler * @see jakarta.xml.bind.ValidationEventHandler
* @since 1.6, JAXB 1.0 * @since 1.6, JAXB 1.0
*/ */
public class DefaultValidationEventHandler implements ValidationEventHandler { public class DefaultValidationEventHandler implements ValidationEventHandler {
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.helpers; package jakarta.xml.bind.helpers;
import java.text.MessageFormat; import java.text.MessageFormat;
import java.util.ResourceBundle; import java.util.ResourceBundle;
......
/* /*
* Copyright (c) 2003, 2018 Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2003, 2020 Oracle and/or its affiliates. All rights reserved.
* *
* This program and the accompanying materials are made available under the * This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at * terms of the Eclipse Distribution License v. 1.0, which is available at
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
* SPDX-License-Identifier: BSD-3-Clause * SPDX-License-Identifier: BSD-3-Clause
*/ */
package javax.xml.bind.helpers; package jakarta.xml.bind.helpers;
import javax.xml.bind.ValidationEventLocator; import jakarta.xml.bind.ValidationEventLocator;
/** /**
* Default implementation of the NotIdentifiableEvent interface. * Default implementation of the NotIdentifiableEvent interface.
...@@ -21,16 +21,16 @@ import javax.xml.bind.ValidationEventLocator; ...@@ -21,16 +21,16 @@ import javax.xml.bind.ValidationEventLocator;
* convenience. * convenience.
* *
* @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul> * @author <ul><li>Ryan Shoemaker, Sun Microsystems, Inc.</li></ul>
* @see javax.xml.bind.NotIdentifiableEvent * @see jakarta.xml.bind.NotIdentifiableEvent
* @see javax.xml.bind.Validator * @see jakarta.xml.bind.Validator
* @see javax.xml.bind.ValidationEventHandler * @see jakarta.xml.bind.ValidationEventHandler
* @see javax.xml.bind.ValidationEvent * @see jakarta.xml.bind.ValidationEvent
* @see javax.xml.bind.ValidationEventLocator * @see jakarta.xml.bind.ValidationEventLocator
* @since 1.6, JAXB 1.0 * @since 1.6, JAXB 1.0
*/ */
public class NotIdentifiableEventImpl public class NotIdentifiableEventImpl
extends ValidationEventImpl extends ValidationEventImpl
implements javax.xml.bind.NotIdentifiableEvent { implements jakarta.xml.bind.NotIdentifiableEvent {
/** /**
* Create a new NotIdentifiableEventImpl. * Create a new NotIdentifiableEventImpl.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment