Uses of Class
javax.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.
JAXB Provider Use Only: Provides partial default implementations for
some of the
javax.xml.bind
interfaces.-
Uses of Marshaller.Listener in javax.xml.bind
Methods in javax.xml.bind that return Marshaller.ListenerModifier and TypeMethodDescriptionMarshaller.getListener()
ReturnMarshaller.Listener
registered with thisMarshaller
.Methods in javax.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 javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return Marshaller.ListenerMethods in javax.xml.bind.helpers with parameters of type Marshaller.ListenerModifier and TypeMethodDescriptionvoid
AbstractMarshallerImpl.setListener
(Marshaller.Listener listener)