Uses of Interface
jakarta.xml.bind.Unmarshaller
Packages that use Unmarshaller
Package
Description
Object Model that represents customization declarations.
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.
Runtime API for the JAX-WS RI
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of Unmarshaller in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return Unmarshaller -
Uses of Unmarshaller in jakarta.xml.bind
Methods in jakarta.xml.bind that return UnmarshallerModifier and TypeMethodDescriptionabstract UnmarshallerJAXBContext.createUnmarshaller()Create anUnmarshallerobject that can be used to convert XML data into a java content tree. -
Uses of Unmarshaller in jakarta.xml.bind.helpers
Classes in jakarta.xml.bind.helpers that implement UnmarshallerModifier and TypeClassDescriptionclassPartial defaultUnmarshallerimplementation. -
Uses of Unmarshaller in jakarta.xml.bind.util
Constructors in jakarta.xml.bind.util with parameters of type UnmarshallerModifierConstructorDescriptionJAXBResult(Unmarshaller _unmarshaller) Creates a new instance that uses the specified Unmarshaller to unmarshal an object. -
Uses of Unmarshaller in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb with parameters of type Unmarshaller -
Uses of Unmarshaller in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api with parameters of type UnmarshallerModifier and TypeMethodDescriptionabstract 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) -
Uses of Unmarshaller in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type Unmarshaller -
Uses of Unmarshaller in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Classes in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that implement UnmarshallerModifier and TypeClassDescriptionfinal classDefault Unmarshaller implementation. -
Uses of Unmarshaller in org.jboss.resteasy.plugins.providers.jaxb
Classes in org.jboss.resteasy.plugins.providers.jaxb that implement UnmarshallerMethods in org.jboss.resteasy.plugins.providers.jaxb that return UnmarshallerModifier and TypeMethodDescriptionJAXBContextWrapper.createUnmarshaller()static UnmarshallerAbstractJAXBProvider.decorateUnmarshaller(Class type, Annotation[] annotations, MediaType mediaType, Unmarshaller marshaller) SecureUnmarshaller.getDelegate()Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type UnmarshallerModifier and TypeMethodDescriptionstatic UnmarshallerAbstractJAXBProvider.decorateUnmarshaller(Class type, Annotation[] annotations, MediaType mediaType, Unmarshaller marshaller) protected TAbstractJAXBProvider.processWithSecureProcessing(Unmarshaller unmarshaller, InputStream entityStream, String charset) voidSecureUnmarshaller.setDelegate(Unmarshaller delegate) Constructors in org.jboss.resteasy.plugins.providers.jaxb with parameters of type UnmarshallerModifierConstructorDescriptionSecureUnmarshaller(Unmarshaller delegate, boolean disableExternalEntities, boolean enableSecureProcessingFeature, boolean disableDTDs)