Uses of Interface
javax.xml.bind.Unmarshaller
-
Packages that use Unmarshaller Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.com.sun.xml.bind.v2.runtime.unmarshaller javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejavax.xml.bindinterfaces.javax.xml.bind.util Useful client utility classes. -
-
Uses of Unmarshaller in com.sun.xml.bind.api
Methods in com.sun.xml.bind.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 com.sun.xml.bind.v2.runtime
Fields in com.sun.xml.bind.v2.runtime with type parameters of type Unmarshaller Modifier and Type Field Description Pool<Unmarshaller>JAXBContextImpl. unmarshallerPool -
Uses of Unmarshaller in com.sun.xml.bind.v2.runtime.unmarshaller
Classes in com.sun.xml.bind.v2.runtime.unmarshaller that implement Unmarshaller Modifier and Type Class Description classUnmarshallerImplDefault Unmarshaller implementation. -
Uses of Unmarshaller in javax.xml.bind
Methods in javax.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 javax.xml.bind.helpers
Classes in javax.xml.bind.helpers that implement Unmarshaller Modifier and Type Class Description classAbstractUnmarshallerImplPartial defaultUnmarshallerimplementation. -
Uses of Unmarshaller in javax.xml.bind.util
Constructors in javax.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.
-