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.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)