Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet
Packages that use RuntimeTypeInfoSet
Package
Description
Runtime API for the JAX-WS RI
Implementation of the com.sun.xml.bind.j2s.model package.
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 RuntimeTypeInfoSetModifier and TypeMethodDescriptionabstract 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 -
Uses of RuntimeTypeInfoSet in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return RuntimeTypeInfoSetModifier and TypeMethodDescriptionJAXBContextImpl.getRuntimeTypeInfoSet()
JAXBContextImpl.getTypeInfoSet()
Creates aRuntimeTypeInfoSet
.