Uses of Interface
jakarta.xml.bind.Unmarshaller
-
Packages that use Unmarshaller Package Description com.sun.tools.xjc.reader.xmlschema.bindinfo Object Model that represents customization declarations.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.jakarta.xml.bind.util Useful client utility classes.org.apache.cxf.common.jaxb org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.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 -
-
Uses of Unmarshaller in com.sun.tools.xjc.reader.xmlschema.bindinfo
Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return Unmarshaller Modifier and Type Method Description static UnmarshallerBindInfo. getCustomizationUnmarshaller() -
Uses of Unmarshaller in jakarta.xml.bind
Methods in jakarta.xml.bind that return Unmarshaller Modifier and Type Method Description abstract 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 Unmarshaller Modifier and Type Class Description classAbstractUnmarshallerImplPartial defaultUnmarshallerimplementation. -
Uses of Unmarshaller in jakarta.xml.bind.util
Constructors in jakarta.xml.bind.util with parameters of type Unmarshaller Constructor Description JAXBResult(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 Modifier and Type Method Description static voidJAXBUtils. closeUnmarshaller(Unmarshaller u) -
Uses of Unmarshaller in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api with parameters of type Unmarshaller Modifier and Type Method Description 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) -
Uses of Unmarshaller in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type Unmarshaller Modifier and Type Field Description Pool<Unmarshaller>JAXBContextImpl. unmarshallerPool -
Uses of Unmarshaller in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Classes in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that implement Unmarshaller Modifier and Type Class Description classUnmarshallerImplDefault Unmarshaller implementation. -
Uses of Unmarshaller in org.jboss.resteasy.plugins.providers.jaxb
Classes in org.jboss.resteasy.plugins.providers.jaxb that implement Unmarshaller Modifier and Type Class Description classSecureUnmarshallerMethods in org.jboss.resteasy.plugins.providers.jaxb that return Unmarshaller Modifier and Type Method Description UnmarshallerJAXBContextWrapper. createUnmarshaller()static UnmarshallerAbstractJAXBProvider. decorateUnmarshaller(Class type, Annotation[] annotations, MediaType mediaType, Unmarshaller marshaller)UnmarshallerSecureUnmarshaller. getDelegate()Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type Unmarshaller Modifier and Type Method Description static 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 Unmarshaller Constructor Description SecureUnmarshaller(Unmarshaller delegate, boolean disableExternalEntities, boolean enableSecureProcessingFeature, boolean disableDTDs)
-