Uses of Interface
jakarta.xml.bind.Marshaller
Packages that use 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
Methods in jakarta.xml.bind that return MarshallerModifier and TypeMethodDescriptionabstract MarshallerJAXBContext.createMarshaller()Create aMarshallerobject that can be used to convert a java content tree into XML data. - 
Uses of Marshaller in jakarta.xml.bind.helpers
Classes in jakarta.xml.bind.helpers that implement MarshallerModifier and TypeClassDescriptionclassPartial defaultMarshallerimplementation. - 
Uses of Marshaller in jakarta.xml.bind.util
Constructors in jakarta.xml.bind.util with parameters of type MarshallerModifierConstructorDescriptionJAXBSource(Marshaller marshaller, Object contentObject) Creates a newSourcefor the given content object.