Uses of Class
jakarta.xml.bind.PropertyException
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 PropertyException in jakarta.xml.bind
Modifier and TypeMethodDescriptionabstract Object
Binder.getProperty
(String name) Get the particular property in the underlying implementation ofBinder
.Marshaller.getProperty
(String name) Get the particular property in the underlying implementation ofMarshaller
.Unmarshaller.getProperty
(String name) Get the particular property in the underlying implementation ofUnmarshaller
.abstract void
Binder.setProperty
(String name, Object value) Set the particular property in the underlying implementation ofBinder
.void
Marshaller.setProperty
(String name, Object value) Set the particular property in the underlying implementation ofMarshaller
.void
Unmarshaller.setProperty
(String name, Object value) Set the particular property in the underlying implementation ofUnmarshaller
. -
Uses of PropertyException in jakarta.xml.bind.helpers
Modifier and TypeMethodDescriptionAbstractMarshallerImpl.getProperty
(String name) Default implementation of the getProperty method handles the four defined properties in Marshaller.AbstractUnmarshallerImpl.getProperty
(String name) Default implementation of the getProperty method always throws PropertyException since there are no required properties.void
AbstractMarshallerImpl.setProperty
(String name, Object value) Default implementation of the setProperty method handles the four defined properties in Marshaller.void
AbstractUnmarshallerImpl.setProperty
(String name, Object value) Default implementation of the setProperty method always throws PropertyException since there are no required properties.