Uses of Class
jakarta.xml.bind.PropertyException
Packages that use 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.Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of PropertyException in jakarta.xml.bind
Methods in jakarta.xml.bind that throw PropertyExceptionModifier and TypeMethodDescriptionabstract ObjectBinder.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 voidBinder.setProperty(String name, Object value) Set the particular property in the underlying implementation ofBinder.voidMarshaller.setProperty(String name, Object value) Set the particular property in the underlying implementation ofMarshaller.voidUnmarshaller.setProperty(String name, Object value) Set the particular property in the underlying implementation ofUnmarshaller. -
Uses of PropertyException in jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers that throw PropertyExceptionModifier 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.voidAbstractMarshallerImpl.setProperty(String name, Object value) Default implementation of the setProperty method handles the four defined properties in Marshaller.voidAbstractUnmarshallerImpl.setProperty(String name, Object value) Default implementation of the setProperty method always throws PropertyException since there are no required properties. -
Uses of PropertyException in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb that throw PropertyExceptionModifier and TypeMethodDescriptionstatic ObjectJAXBUtils.setNamespaceMapper(Bus bus, Map<String, String> nspref, Marshaller marshaller) -
Uses of PropertyException in org.glassfish.jaxb.runtime.v2.runtime
Methods in org.glassfish.jaxb.runtime.v2.runtime that throw PropertyExceptionModifier and TypeMethodDescriptionBinderImpl.getProperty(String name) MarshallerImpl.getProperty(String name) voidBinderImpl.setProperty(String name, Object value) voidMarshallerImpl.setProperty(String name, Object value) -
Uses of PropertyException in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that throw PropertyExceptionModifier and TypeMethodDescriptionUnmarshallerImpl.getProperty(String name) voidUnmarshallerImpl.setProperty(String name, Object value) -
Uses of PropertyException in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb that throw PropertyExceptionModifier and TypeMethodDescriptionSecureUnmarshaller.getProperty(String name) static voidAbstractJAXBProvider.setCharset(MediaType mediaType, Marshaller marshaller) voidBaseMarshaller.setProperty(String s, Object o) voidSecureUnmarshaller.setProperty(String name, Object value) -
Uses of PropertyException in org.jboss.resteasy.plugins.providers.jaxb.i18n
Methods in org.jboss.resteasy.plugins.providers.jaxb.i18n that return PropertyExceptionModifier and TypeMethodDescriptionfinal PropertyExceptionMessages_$bundle.couldNotAddProperty(String name, Object value) final PropertyExceptionMessages_$bundle.couldNotAddProperty(String first, String second, Object value) Messages.couldNotAddProperty(String name, Object value) Messages.couldNotAddProperty(String first, String second, Object value) final PropertyExceptionMessages_$bundle.couldNotGetProperty(String name) final PropertyExceptionMessages_$bundle.couldNotGetProperty(String first, String second) Messages.couldNotGetProperty(String name) Messages.couldNotGetProperty(String first, String second)