Uses of Interface
jakarta.xml.bind.UnmarshallerHandler
Packages that use UnmarshallerHandler
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Useful client utility classes.
-
Uses of UnmarshallerHandler in jakarta.xml.bind
Methods in jakarta.xml.bind that return UnmarshallerHandlerModifier and TypeMethodDescriptionUnmarshaller.getUnmarshallerHandler()
Get an unmarshaller handler object that can be used as a component in an XML pipeline. -
Uses of UnmarshallerHandler in jakarta.xml.bind.util
Fields in jakarta.xml.bind.util declared as UnmarshallerHandlerModifier and TypeFieldDescriptionprivate final UnmarshallerHandler
JAXBResult.unmarshallerHandler
Unmarshaller that will be used to unmarshal the input documents.