Uses of Class
jakarta.xml.bind.Marshaller.Listener
Packages that use Marshaller.Listener
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.Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of Marshaller.Listener in jakarta.xml.bind
Methods in jakarta.xml.bind that return Marshaller.ListenerModifier and TypeMethodDescriptionMarshaller.getListener()ReturnMarshaller.Listenerregistered with thisMarshaller.Methods in jakarta.xml.bind with parameters of type Marshaller.ListenerModifier and TypeMethodDescriptionvoidMarshaller.setListener(Marshaller.Listener listener) Register marshal event callbackMarshaller.Listenerwith thisMarshaller. -
Uses of Marshaller.Listener in jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers that return Marshaller.ListenerMethods in jakarta.xml.bind.helpers with parameters of type Marshaller.ListenerModifier and TypeMethodDescriptionvoidAbstractMarshallerImpl.setListener(Marshaller.Listener listener) -
Uses of Marshaller.Listener in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that return Marshaller.ListenerModifier and TypeMethodDescriptionMarshallerImpl.getListener()BinderImpl.getMarshallerListener()Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type Marshaller.ListenerModifier and TypeMethodDescriptionvoidMarshallerImpl.setListener(Marshaller.Listener listener) voidBinderImpl.setMarshallerListener(Marshaller.Listener listener)