Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
-
Packages that use RuntimeTypeInfoSet Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package.com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. -
-
Uses of RuntimeTypeInfoSet in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api that return RuntimeTypeInfoSet Modifier and Type Method Description abstract RuntimeTypeInfoSet
JAXBRIContext. getRuntimeTypeInfoSet()
Allows you to access the runtime model information of the JAXB XML/Java binding. -
Uses of RuntimeTypeInfoSet in com.sun.xml.bind.v2.model.impl
Methods in com.sun.xml.bind.v2.model.impl that return RuntimeTypeInfoSet Modifier and Type Method Description RuntimeTypeInfoSet
RuntimeModelBuilder. link()
-
Uses of RuntimeTypeInfoSet in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return RuntimeTypeInfoSet Modifier and Type Method Description RuntimeTypeInfoSet
JAXBContextImpl. getRuntimeTypeInfoSet()
RuntimeTypeInfoSet
JAXBContextImpl. getTypeInfoSet()
Creates aRuntimeTypeInfoSet
.
-