Uses of Interface
jakarta.xml.bind.Marshaller
-
Packages that use Marshaller Package Description jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.jakarta.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejakarta.xml.bindinterfaces.jakarta.xml.bind.util Useful client utility classes. -
-
Uses of Marshaller in jakarta.xml.bind
Methods in jakarta.xml.bind that return Marshaller Modifier and Type Method Description abstract 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 Marshaller Modifier and Type Class Description classAbstractMarshallerImplPartial defaultMarshallerimplementation. -
Uses of Marshaller in jakarta.xml.bind.util
Fields in jakarta.xml.bind.util declared as Marshaller Modifier and Type Field Description private MarshallerJAXBSource. marshallerMethods in jakarta.xml.bind.util that return Marshaller Modifier and Type Method Description private static MarshallerJAXBSource. assertionFailed(java.lang.String message)Hook to throw exception from the middle of a contructor chained call to thisConstructors in jakarta.xml.bind.util with parameters of type Marshaller Constructor Description JAXBSource(Marshaller marshaller, java.lang.Object contentObject)Creates a newSourcefor the given content object.
-