Uses of Class
jakarta.xml.bind.JAXBException
Packages that use JAXBException
Package
Description
Code generated into the user's packages in certain compilation mode.
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.Useful client utility classes.
The in-memory model of the JAXB-bound beans.
Runtime API for the JAX-WS RI
The JAXB 2.0 runtime
Code that implements JAXBContext, Unmarshaller, and Marshaller.
Abstraction around accessing data of actual objects.
-
Uses of JAXBException in com.sun.tools.xjc.runtime
Methods in com.sun.tools.xjc.runtime that throw JAXBExceptionModifier and TypeMethodDescriptionstatic JAXBContextJAXBContextFactory.createContext(Class<?>[] classes, Map<String, ?> properties) The JAXB API will invoke this method via reflectionstatic JAXBContextJAXBContextFactory.createContext(String contextPath, ClassLoader classLoader, Map<String, ?> properties) The JAXB API will invoke this method via reflection -
Uses of JAXBException in jakarta.xml.bind
Subclasses of JAXBException in jakarta.xml.bindModifier and TypeClassDescriptionclassThis exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.classThis exception indicates that an error was encountered while getting or setting a property.classThis exception indicates that an error has occurred while performing an unmarshal operation that prevents the Jakarta XML Binding Provider from completing the operation.classThis exception indicates that an error has occurred while performing a validate operation.Methods in jakarta.xml.bind that throw JAXBExceptionModifier and TypeMethodDescriptionJAXBContextFactory.createContext(Class<?>[] classesToBeBound, Map<String, ?> properties) Create a new instance of aJAXBContextclass.JAXBContextFactory.createContext(String contextPath, ClassLoader classLoader, Map<String, ?> properties) Create a new instance of aJAXBContextclass.abstract MarshallerJAXBContext.createMarshaller()Create aMarshallerobject that can be used to convert a java content tree into XML data.abstract UnmarshallerJAXBContext.createUnmarshaller()Create anUnmarshallerobject that can be used to convert XML data into a java content tree.abstract ValidationEventHandlerBinder.getEventHandler()Return the current event handler or the default event handler if one hasn't been set.Marshaller.getEventHandler()Return the current event handler or the default event handler if one hasn't been set.Unmarshaller.getEventHandler()Return the current event handler or the default event handler if one hasn't been set.Get a DOM tree view of the content tree(Optional).UnmarshallerHandler.getResult()Obtains the unmarshalled result.abstract voidMarshal a Jakarta XML Binding object tree to a new XML document.voidMarshal the content tree rooted atjaxbElementinto a file.voidMarshaller.marshal(Object jaxbElement, OutputStream os) Marshal the content tree rooted atjaxbElementinto an output stream.voidMarshal the content tree rooted atjaxbElementinto a Writer.voidMarshaller.marshal(Object jaxbElement, XMLEventWriter writer) Marshal the content tree rooted atjaxbElementinto aXMLEventWriter.voidMarshaller.marshal(Object jaxbElement, XMLStreamWriter writer) Marshal the content tree rooted atjaxbElementinto aXMLStreamWriter.voidMarshal the content tree rooted atjaxbElementinto the specifiedjavax.xml.transform.Result.voidMarshal the content tree rooted atjaxbElementinto a DOM tree.voidMarshaller.marshal(Object jaxbElement, ContentHandler handler) Marshal the content tree rooted atjaxbElementinto SAX2 events.static JAXBContextJAXBContext.newInstance(Class<?>... classesToBeBound) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(Class<?>[] classesToBeBound, Map<String, ?> properties) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(String contextPath) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(String contextPath, ClassLoader classLoader) Create a new instance of aJAXBContextclass.static JAXBContextJAXBContext.newInstance(String contextPath, ClassLoader classLoader, Map<String, ?> properties) Create a new instance of aJAXBContextclass.abstract voidBinder.setEventHandler(ValidationEventHandler handler) Allow an application to register aValidationEventHandler.voidMarshaller.setEventHandler(ValidationEventHandler handler) Allow an application to register a validation event handler.voidUnmarshaller.setEventHandler(ValidationEventHandler handler) Allow an application to register aValidationEventHandler.abstract ObjectUnmarshal XML infoset view to a Jakarta XML Binding object tree.abstract <T> JAXBElement<T>Unmarshal XML root element by provideddeclaredTypeto a Jakarta XML Binding object tree.Unmarshal XML data from the specified file and return the resulting content tree.Unmarshaller.unmarshal(InputStream is) Unmarshal XML data from the specified InputStream and return the resulting content tree.Unmarshal XML data from the specified Reader and return the resulting content tree.Unmarshal XML data from the specified URL and return the resulting content tree.Unmarshaller.unmarshal(XMLEventReader reader) Unmarshal XML data from the specified pull parser and return the resulting content tree.<T> JAXBElement<T>Unmarshaller.unmarshal(XMLEventReader reader, Class<T> declaredType) Unmarshal root element to Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree.Unmarshaller.unmarshal(XMLStreamReader reader) Unmarshal XML data from the specified pull parser and return the resulting content tree.<T> JAXBElement<T>Unmarshaller.unmarshal(XMLStreamReader reader, Class<T> declaredType) Unmarshal root element to Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree.Unmarshal XML data from the specified XML Source and return the resulting content tree.<T> JAXBElement<T>Unmarshal XML data from the specified XML Source bydeclaredTypeand return the resulting content tree.Unmarshal global XML data from the specified DOM tree and return the resulting content tree.<T> JAXBElement<T>Unmarshal XML data by Jakarta XML Binding mappeddeclaredTypeand return the resulting content tree.Unmarshaller.unmarshal(InputSource source) Unmarshal XML data from the specified SAX InputSource and return the resulting content tree.abstract ObjectBinder.updateJAXB(XmlNode xmlNode) Takes an XML node and updates its associated Jakarta XML Binding object and its descendants.abstract XmlNodeTakes a Jakarta XML Binding object and updates its associated XML node and its descendants.abstract XmlNodeChanges in Jakarta XML Binding object tree are updated in its associated XML parse tree. -
Uses of JAXBException in jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers that throw JAXBExceptionModifier and TypeMethodDescriptionAbstractMarshallerImpl.getEventHandler()AbstractUnmarshallerImpl.getEventHandler()Return the current event handler or the default event handler if one hasn't been set.By default, the getNode method is unsupported and throw anUnsupportedOperationException.protected XMLReaderAbstractUnmarshallerImpl.getXMLReader()Obtains a configured XMLReader.voidfinal voidAbstractMarshallerImpl.marshal(Object obj, OutputStream os) final voidvoidAbstractMarshallerImpl.marshal(Object obj, XMLEventWriter writer) voidAbstractMarshallerImpl.marshal(Object obj, XMLStreamWriter writer) final voidfinal voidAbstractMarshallerImpl.marshal(Object obj, ContentHandler handler) voidAbstractMarshallerImpl.setEventHandler(ValidationEventHandler handler) voidAbstractUnmarshallerImpl.setEventHandler(ValidationEventHandler handler) Allow an application to register a validation event handler.final Objectfinal ObjectAbstractUnmarshallerImpl.unmarshal(InputStream is) final Objectfinal ObjectAbstractUnmarshallerImpl.unmarshal(XMLEventReader reader) <T> JAXBElement<T>AbstractUnmarshallerImpl.unmarshal(XMLEventReader reader, Class<T> expectedType) AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader) <T> JAXBElement<T>AbstractUnmarshallerImpl.unmarshal(XMLStreamReader reader, Class<T> expectedType) <T> JAXBElement<T><T> JAXBElement<T>final ObjectAbstractUnmarshallerImpl.unmarshal(InputSource source) protected abstract ObjectAbstractUnmarshallerImpl.unmarshal(XMLReader reader, InputSource source) Unmarshalls an object by using the specified XMLReader and the InputSource. -
Uses of JAXBException in jakarta.xml.bind.util
Methods in jakarta.xml.bind.util that throw JAXBExceptionModifier and TypeMethodDescriptionJAXBResult.getResult()Gets the unmarshalled object created by the transformation.Constructors in jakarta.xml.bind.util that throw JAXBExceptionModifierConstructorDescriptionJAXBResult(JAXBContext context) Creates a new instance that uses the specified JAXBContext to unmarshal.JAXBResult(Unmarshaller _unmarshaller) Creates a new instance that uses the specified Unmarshaller to unmarshal an object.JAXBSource(JAXBContext context, Object contentObject) Creates a newSourcefor the given content object.JAXBSource(Marshaller marshaller, Object contentObject) Creates a newSourcefor the given content object. -
Uses of JAXBException in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb that throw JAXBExceptionModifier and TypeMethodDescriptionstatic JAXBUtils.BridgeWrapperJAXBUtils.createBridge(Set<Class<?>> ctxClasses, QName qname, Class<?> refcls, Annotation[] anns) static JAXBContextstatic ObjectJAXBUtils.createFileCodeWriter(File f) static ObjectJAXBUtils.createFileCodeWriter(File f, String encoding) static JAXBUtils.SchemaCompilerJAXBUtils.createSchemaCompiler()JAXBContextCache.getCachedContextAndSchemas(Class<?>... cls) JAXBContextCache.getCachedContextAndSchemas(String pkg, Map<String, Object> props, ClassLoader loader) JAXBContextCache.getCachedContextAndSchemas(Set<Class<?>> classes, String defaultNs, Map<String, Object> props, Collection<Object> typeRefs, boolean exact) voidJAXBUtils.BridgeWrapper.marshal(Object elValue, XMLStreamWriter source, AttachmentMarshaller m) voidJAXBUtils.BridgeWrapper.marshal(Object elValue, StreamResult s1) voidJAXBUtils.BridgeWrapper.marshal(Object elValue, Node source, AttachmentMarshaller am) JAXBUtils.BridgeWrapper.unmarshal(InputStream source) JAXBUtils.BridgeWrapper.unmarshal(XMLStreamReader source, AttachmentUnmarshaller am) JAXBUtils.BridgeWrapper.unmarshal(Node source, AttachmentUnmarshaller am) static ObjectJAXBUtils.unmarshall(JAXBContext c, XMLStreamReader reader) static <T> JAXBElement<T>JAXBUtils.unmarshall(JAXBContext c, XMLStreamReader reader, Class<T> cls) static ObjectJAXBUtils.unmarshall(JAXBContext c, Source s) static ObjectJAXBUtils.unmarshall(JAXBContext c, Element e) static <T> JAXBElement<T>JAXBUtils.unmarshall(JAXBContext c, Element e, Class<T> cls) -
Uses of JAXBException in org.apache.cxf.ws.addressing
Methods in org.apache.cxf.ws.addressing that throw JAXBExceptionModifier and TypeMethodDescriptionstatic JAXBContextVersionTransformer.getExposedJAXBContext(String exposedURI) static JAXBContextContextJAXBUtils.getJAXBContext()Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types.static JAXBContextVersionTransformer.Names200403.getJAXBContext()Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types for the 2004/08 version.static JAXBContextVersionTransformer.Names200408.getJAXBContext()Retrieve a JAXBContext for marshalling and unmarshalling JAXB generated types for the 2004/08 version.static EndpointReferenceTypeVersionTransformer.parseEndpointReference(Element ref) Parse an EndpointReferenceType from a DOM element.static voidVersionTransformer.Names200403.setJAXBContext(JAXBContext ctx) Set the encapsulated JAXBContext (used by unit tests).static voidVersionTransformer.Names200408.setJAXBContext(JAXBContext ctx) Set the encapsulated JAXBContext (used by unit tests). -
Uses of JAXBException in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that throw JAXBException -
Uses of JAXBException in org.glassfish.jaxb.core.v2.runtime
Subclasses of JAXBException in org.glassfish.jaxb.core.v2.runtimeModifier and TypeClassDescriptionclassSignals an incorrect use of JAXB annotations. -
Uses of JAXBException in org.glassfish.jaxb.runtime
Methods in org.glassfish.jaxb.runtime that throw JAXBExceptionModifier and TypeMethodDescriptionAccessorFactory.createFieldAccessor(Class bean, Field f, boolean readOnly) Access a field of the class.InternalAccessorFactory.createFieldAccessor(Class bean, Field f, boolean readOnly, boolean supressWarnings) Access a field of the class.AccessorFactory.createPropertyAccessor(Class bean, Method getter, Method setter) Access a property of the class. -
Uses of JAXBException in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api that throw JAXBExceptionModifier and TypeMethodDescriptionabstract QNameJAXBRIContext.getElementName(Class o) Allows to retrieve the element name based on Class.abstract QNameJAXBRIContext.getElementName(Object o) If the given object is bound to an element in XML by JAXB, returns the element name.abstract <B,V> RawAccessor<B, V> JAXBRIContext.getElementPropertyAccessor(Class<B> wrapperBean, String nsUri, String localName) Gets aRawAccessorfor the specified element property of the specified wrapper bean class.abstract voidBridge.marshal(Marshaller m, T object, OutputStream output, NamespaceContext nsContext) abstract voidBridge.marshal(Marshaller m, T object, XMLStreamWriter output) abstract voidBridge.marshal(Marshaller m, T object, Result result) abstract voidBridge.marshal(Marshaller m, T object, Node output) abstract voidBridge.marshal(Marshaller m, T object, ContentHandler contentHandler) voidBridge.marshal(T object, OutputStream output, NamespaceContext nsContext) Marshals the specified type object with the implicit element name associated with this instance of .voidBridge.marshal(T object, OutputStream output, NamespaceContext nsContext, AttachmentMarshaller am) final voidBridge.marshal(T object, XMLStreamWriter output) final voidBridge.marshal(T object, XMLStreamWriter output, AttachmentMarshaller am) final voidfinal voidfinal voidBridge.marshal(T object, ContentHandler contentHandler) final voidBridge.marshal(T object, ContentHandler contentHandler, AttachmentMarshaller am) static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar) Creates a new .static JAXBRIContextJAXBRIContext.newInstance(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNamespaceRemap, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean supressAccessorWarnings) Creates a new .abstract TBridge.unmarshal(Unmarshaller u, InputStream in) abstract TBridge.unmarshal(Unmarshaller u, XMLStreamReader in) abstract TBridge.unmarshal(Unmarshaller u, Source in) abstract TBridge.unmarshal(Unmarshaller context, Node n) final TBridge.unmarshal(InputStream in) Unmarshals the specified type object.final TBridge.unmarshal(XMLStreamReader in) Unmarshals the specified type object.final TBridge.unmarshal(XMLStreamReader in, AttachmentUnmarshaller au) final TUnmarshals the specified type object.final TBridge.unmarshal(Source in, AttachmentUnmarshaller au) final TUnmarshals the specified type object.final TBridge.unmarshal(Node n, AttachmentUnmarshaller au) -
Uses of JAXBException in org.glassfish.jaxb.runtime.v2
Methods in org.glassfish.jaxb.runtime.v2 that throw JAXBExceptionModifier and TypeMethodDescriptionstatic JAXBRIContextContextFactory.createContext(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo) Deprecated.static JAXBRIContextContextFactory.createContext(Class[] classes, Collection<TypeReference> typeRefs, Map<Class, Class> subclassReplacements, String defaultNsUri, boolean c14nSupport, RuntimeAnnotationReader ar, boolean xmlAccessorFactorySupport, boolean allNillable, boolean retainPropertyInfo, boolean improvedXsiTypeHandling) Deprecated.usecreateContext( Class[] classes, Map<String,Object> properties)method insteadstatic JAXBContextContextFactory.createContext(Class[] classes, Map<String, Object> properties) The API will invoke this method via reflectionstatic JAXBContextContextFactory.createContext(String contextPath, ClassLoader classLoader, Map<String, Object> properties) The API will invoke this method via reflection.JAXBContextFactory.createContext(Class<?>[] classesToBeBound, Map<String, ?> properties) Creates JAXB context.JAXBContextFactory.createContext(String contextPath, ClassLoader classLoader, Map<String, ?> properties) Creates JAXB context. -
Uses of JAXBException in org.glassfish.jaxb.runtime.v2.runtime
Subclasses of JAXBException in org.glassfish.jaxb.runtime.v2.runtimeModifier and TypeClassDescriptionclassA list ofIllegalAnnotationExceptionwrapped in one exception.Methods in org.glassfish.jaxb.runtime.v2.runtime that throw JAXBExceptionModifier and TypeMethodDescriptionJAXBContextImpl.JAXBContextBuilder.build()voidXMLSerializer.childAsRoot(Object obj) JAXBContextImpl.createAugmented(Class<?> clazz) Creates a that includes the specified additional classes.MarshallerImpl.createWriter(OutputStream os) MarshallerImpl.createWriter(OutputStream os, String encoding) <T> JaxBeanInfo<T>JAXBContextImpl.getBeanInfo(Class<T> clazz, boolean fatal) Gets theJaxBeanInfoobject that can handle the given JAXB-bound class.JAXBContextImpl.getBeanInfo(Object o, boolean fatal) Gets theJaxBeanInfoobject that can handle the given JAXB-bound object.JAXBContextImpl.getElementName(Class o) JAXBContextImpl.getElementName(Object o) JAXBContextImpl.getElementPropertyAccessor(Class wrapperBean, String nsUri, String localName) voidvoidMarshallerImpl.marshal(Object obj, OutputStream out, NamespaceContext inscopeNamespace) Marshals toOutputStreamwith the given in-scope namespaces taken into account.voidMarshallerImpl.marshal(Object obj, XMLEventWriter writer) voidMarshallerImpl.marshal(Object obj, XMLStreamWriter writer) voidvoidvoidBinderImpl.setEventHandler(ValidationEventHandler handler) <T> JAXBElement<T>BinderImpl.updateJAXB(XmlNode xmlNode) protected <T> voidMarshallerImpl.write(Name rootTagName, JaxBeanInfo<T> bi, T obj, XmlOutput out, Runnable postInitAction) Used byBridgeImplto write an arbitrary object as a fragment. -
Uses of JAXBException in org.glassfish.jaxb.runtime.v2.runtime.reflect
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect that throw JAXBExceptionModifier and TypeMethodDescriptionLister.IDREFSIterator.next()ListIterator.next()Works likeIterator.next(). -
Uses of JAXBException in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that throw JAXBExceptionModifier and TypeMethodDescription<T> JaxBeanInfo<T>UnmarshallerImpl.getBeanInfo(Class<T> clazz) SAXConnector.getResult()protected XMLReaderUnmarshallerImpl.getXMLReader()Obtains a configured XMLReader.UnmarshallerImpl.unmarshal(XMLEventReader reader) <T> JAXBElement<T>UnmarshallerImpl.unmarshal(XMLEventReader reader, Class<T> expectedType) UnmarshallerImpl.unmarshal(XMLStreamReader reader) <T> JAXBElement<T>UnmarshallerImpl.unmarshal(XMLStreamReader reader, Class<T> expectedType) Deprecated.<T> JAXBElement<T><T> JAXBElement<T>protected ObjectUnmarshallerImpl.unmarshal(XMLReader reader, InputSource source) protected <T> JAXBElement<T>UnmarshallerImpl.unmarshal(XMLReader reader, InputSource source, Class<T> expectedType) UnmarshallerImpl.unmarshal0(InputStream input, JaxBeanInfo expectedType) UnmarshallerImpl.unmarshal0(XMLStreamReader reader, JaxBeanInfo expectedType) UnmarshallerImpl.unmarshal0(Source source, JaxBeanInfo expectedType) UnmarshallerImpl.unmarshal0(Node node, JaxBeanInfo expectedType) -
Uses of JAXBException in org.jboss.resteasy.plugins.providers.atom
Methods in org.jboss.resteasy.plugins.providers.atom that throw JAXBExceptionModifier and TypeMethodDescription<T> TEntry.getAnyOtherJAXBObject(Class<T> clazz, Class... otherPossibleClasses) Extract the content as the provided JAXB annotated type.<T> TContent.getJAXBObject(Class<T> clazz, Class... otherPossibleClasses) Extract the content as the provided JAXB annotated type.<T> TText.getJAXBObject(Class<T> clazz, Class... otherPossibleClasses) Extract the content as the provided JAXB annotated type. -
Uses of JAXBException in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb that throw JAXBExceptionModifier and TypeMethodDescriptionAbstractJAXBContextFinder.createContext(Annotation[] parameterAnnotations, Class... classes) JAXBContextFinder.createContext(Annotation[] parameterAnnotations, Class... classes) protected abstract JAXBContextAbstractJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations, Class... classes) protected abstract JAXBContextAbstractJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations, String contextPath) protected JAXBContextXmlJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations, Class... classes) protected JAXBContextXmlJAXBContextFinder.createContextObject(Annotation[] parameterAnnotations, String contextPath) JAXBContextWrapper.createMarshaller()JAXBContextWrapper.createUnmarshaller()jakarta.xml.bind.ValidatorJAXBContextWrapper.createValidator()Deprecated.See jakarta.xml.bind.JAXBContext#createValidator().AbstractJAXBContextFinder.createXmlTypeContext(Annotation[] parameterAnnotations, Class... classes) static MarshallerAbstractJAXBProvider.decorateMarshaller(Class type, Annotation[] annotations, MediaType mediaType, Marshaller marshaller) static UnmarshallerAbstractJAXBProvider.decorateUnmarshaller(Class type, Annotation[] annotations, MediaType mediaType, Unmarshaller marshaller) JAXBContextFinder.findCacheContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes) This method creates a JAXBContext from a collection of classes.XmlJAXBContextFinder.findCacheContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes) JAXBContextFinder.findCachedContext(Class type, MediaType mediaType, Annotation[] parameterAnnotations) This method with find a JAXBContext for one type.XmlJAXBContextFinder.findCachedContext(Class type, MediaType mediaType, Annotation[] parameterAnnotations) JAXBContextFinder.findCacheXmlTypeContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes) This method will find a JAXBContext from a set of XmlTypes that use an ObjectFactory for creation (i.e. from xjc).XmlJAXBContextFinder.findCacheXmlTypeContext(MediaType mediaType, Annotation[] paraAnnotations, Class... classes) AbstractJAXBProvider.findJAXBContext(Class<?> type, Annotation[] annotations, MediaType mediaType, boolean reader) JAXBXmlSeeAlsoProvider.findJAXBContext(Class<?> type, Annotation[] annotations, MediaType mediaType, boolean reader) AbstractJAXBContextFinder.findProvidedJAXBContext(Class<?> type, MediaType mediaType) SecureUnmarshaller.getEventHandler()CollectionProvider.getJAXBObject(JAXBContextFinder finder, MediaType mediaType, Class<?> clazz, Element element) MapProvider.getJAXBObject(JAXBContextFinder finder, MediaType mediaType, Class<?> clazz, Element element) booleanSecureUnmarshaller.isValidating()Deprecated.This method is deprecated as of JAXB 2.0 - please use the newSecureUnmarshaller.getSchema()API.voidBaseMarshaller.marshal(Object o, OutputStream outputStream) protected TAbstractJAXBProvider.processWithSecureProcessing(Unmarshaller unmarshaller, InputStream entityStream, String charset) voidSecureUnmarshaller.setEventHandler(ValidationEventHandler handler) voidSecureUnmarshaller.setValidating(boolean validating) Deprecated.since JAXB2.0, please seeSecureUnmarshaller.getSchema()SecureUnmarshaller.unmarshal(InputStream is) Turns off expansion of external entities.SecureUnmarshaller.unmarshal(XMLEventReader reader) <T> JAXBElement<T>SecureUnmarshaller.unmarshal(XMLEventReader reader, Class<T> declaredType) SecureUnmarshaller.unmarshal(XMLStreamReader reader) <T> JAXBElement<T>SecureUnmarshaller.unmarshal(XMLStreamReader reader, Class<T> declaredType) <T> JAXBElement<T><T> JAXBElement<T>SecureUnmarshaller.unmarshal(InputSource source) Turns off expansion of external entities.Constructors in org.jboss.resteasy.plugins.providers.jaxb that throw JAXBExceptionModifierConstructorDescriptionJAXBContextWrapper(JAXBContext wrappedContext, JAXBConfig config) JAXBContextWrapper(Class<?>[] classes, Map<String, Object> properties, JAXBConfig config) Create a new JAXBContextWrapper.JAXBContextWrapper(String contextPath, JAXBConfig config) Create a new JAXBContextWrapper.JAXBContextWrapper(JAXBConfig config, Class<?>... classes) Create a new JAXBContextWrapper. -
Uses of JAXBException in org.jboss.resteasy.plugins.providers.jaxb.i18n
Methods in org.jboss.resteasy.plugins.providers.jaxb.i18n that return JAXBExceptionModifier and TypeMethodDescriptionfinal JAXBExceptionMessages_$bundle.namespacePrefixMapperNotInClassPath(Throwable cause) Messages.namespacePrefixMapperNotInClassPath(Throwable cause)
createContext(Class[] classes, Map<String,Object> properties)method instead