Uses of Interface
com.sun.xml.bind.v2.model.runtime.RuntimeTypeInfoSet

Packages that use RuntimeTypeInfoSet
com.sun.xml.bind.api Runtime API for the JAX-WS RI 
com.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
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
 RuntimeTypeInfoSet RuntimeModelBuilder.link()
           
 

Uses of RuntimeTypeInfoSet in com.sun.xml.bind.v2.runtime
 

Methods in com.sun.xml.bind.v2.runtime that return RuntimeTypeInfoSet
 RuntimeTypeInfoSet JAXBContextImpl.getRuntimeTypeInfoSet()
           
 RuntimeTypeInfoSet JAXBContextImpl.getTypeInfoSet()
          Creates a RuntimeTypeInfoSet.