@Deprecated(since="9", forRemoval=true)
Module java.xml.bind
Deprecated, for removal: This API element is subject to removal in a future version.
Defines the Java Architecture for XML Binding (JAXB) API.
This module is upgradeable.
-
-
Packages
Exports Package Description javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.annotation Defines annotations for customizing Java program elements to XML Schema mapping.javax.xml.bind.annotation.adapters XmlAdapter
and its spec-defined sub-classes to allow arbitrary Java classes to be used with JAXB.javax.xml.bind.attachment This package is implemented by a MIME-based package processor that enables the interpretation and creation of optimized binary data within an MIME-based package format.javax.xml.bind.helpers JAXB Provider Use Only: Provides partial default implementations for some of thejavax.xml.bind
interfaces.javax.xml.bind.util Useful client utility classes.
-
Modules
Requires Modifier Module Description transitive java.activation Defines the JavaBeans Activation Framework (JAF) API.transitive java.xml Defines the Java API for XML Processing (JAXP), the Streaming API for XML (StAX), the Simple API for XML (SAX), and the W3C Document Object Model (DOM) API.Indirect Requires Modifier Module Description transitive java.datatransfer Defines the API for transferring data between and within applications.
-
Services
Uses Type Description JAXBContextFactory Factory that creates newJAXBContext
instances.
-