Uses of Interface
javax.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
javax.xml.bind
interfaces.Useful client utility classes.
-
Uses of Marshaller in javax.xml.bind
Methods in javax.xml.bind that return MarshallerModifier 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 javax.xml.bind.helpers
Classes in javax.xml.bind.helpers that implement MarshallerModifier and TypeClassDescriptionclass
Partial defaultMarshaller
implementation. -
Uses of Marshaller in javax.xml.bind.util
Fields in javax.xml.bind.util declared as MarshallerMethods in javax.xml.bind.util that return MarshallerModifier and TypeMethodDescriptionprivate static Marshaller
JAXBSource.assertionFailed
(String message) Hook to throw exception from the middle of a contructor chained call to thisConstructors in javax.xml.bind.util with parameters of type MarshallerModifierConstructorDescriptionJAXBSource
(Marshaller marshaller, Object contentObject) Creates a newSource
for the given content object.