Uses of Class
jakarta.xml.bind.PropertyException
-
Packages that use PropertyException Package Description jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.jakarta.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejakarta.xml.bindinterfaces.org.apache.cxf.common.jaxb org.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.glassfish.jaxb.runtime.v2.runtime.unmarshaller org.jboss.resteasy.plugins.providers.jaxb org.jboss.resteasy.plugins.providers.jaxb.i18n -
-
Uses of PropertyException in jakarta.xml.bind
Methods in jakarta.xml.bind that throw PropertyException Modifier and Type Method Description abstract ObjectBinder. getProperty(String name)Get the particular property in the underlying implementation ofBinder.ObjectMarshaller. getProperty(String name)Get the particular property in the underlying implementation ofMarshaller.ObjectUnmarshaller. getProperty(String name)Get the particular property in the underlying implementation ofUnmarshaller.ObjectValidator. getProperty(String name)Deprecated.since JAXB2.0abstract 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.voidValidator. setProperty(String name, Object value)Deprecated.since JAXB2.0 -
Uses of PropertyException in jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers that throw PropertyException Modifier and Type Method Description ObjectAbstractMarshallerImpl. getProperty(String name)Default implementation of the getProperty method handles the four defined properties in Marshaller.ObjectAbstractUnmarshallerImpl. 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 PropertyException Modifier and Type Method Description static 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 PropertyException Modifier and Type Method Description ObjectBinderImpl. getProperty(String name)ObjectMarshallerImpl. 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 PropertyException Modifier and Type Method Description ObjectUnmarshallerImpl. 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 PropertyException Modifier and Type Method Description ObjectSecureUnmarshaller. 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 PropertyException Modifier and Type Method Description PropertyExceptionMessages_$bundle. couldNotAddProperty(String name, Object value)PropertyExceptionMessages_$bundle. couldNotAddProperty(String first, String second, Object value)PropertyExceptionMessages. couldNotAddProperty(String name, Object value)PropertyExceptionMessages. couldNotAddProperty(String first, String second, Object value)PropertyExceptionMessages_$bundle. couldNotGetProperty(String name)PropertyExceptionMessages_$bundle. couldNotGetProperty(String first, String second)PropertyExceptionMessages. couldNotGetProperty(String name)PropertyExceptionMessages. couldNotGetProperty(String first, String second)
-