Uses of Interface
jakarta.xml.bind.Marshaller
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Jakarta XML Binding Provider Use Only: Provides partial default implementations for
some of the
jakarta.xml.bind
interfaces.Useful client utility classes.
-
Uses of Marshaller in jakarta.xml.bind
Modifier and TypeMethodDescriptionabstract Marshaller
JAXBContext.createMarshaller()
Create aMarshaller
object that can be used to convert a java content tree into XML data. -
Uses of Marshaller in jakarta.xml.bind.helpers
Modifier and TypeClassDescriptionclass
Partial defaultMarshaller
implementation. -
Uses of Marshaller in jakarta.xml.bind.util
ModifierConstructorDescriptionJAXBSource
(Marshaller marshaller, Object contentObject) Creates a newSource
for the given content object.