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.-
Uses of Marshaller.Listener in jakarta.xml.bind
Methods in jakarta.xml.bind that return Marshaller.ListenerModifier and TypeMethodDescriptionMarshaller.getListener()
ReturnMarshaller.Listener
registered with thisMarshaller
.Methods in jakarta.xml.bind with parameters of type Marshaller.ListenerModifier and TypeMethodDescriptionvoid
Marshaller.setListener
(Marshaller.Listener listener) Register marshal event callbackMarshaller.Listener
with 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 TypeMethodDescriptionvoid
AbstractMarshallerImpl.setListener
(Marshaller.Listener listener)