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. 
org.jvnet.jaxb.reflection   
 

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.
 

Uses of RuntimeTypeInfoSet in org.jvnet.jaxb.reflection
 

Methods in org.jvnet.jaxb.reflection that return RuntimeTypeInfoSet
static RuntimeTypeInfoSet JAXBModelFactory.create(java.lang.Class... classes)
          Creates a new JAXB model from classes represented in java.lang.reflect.
static RuntimeTypeInfoSet JAXBModelFactory.create(ErrorHandler errorHandler, java.lang.Class... classes)
          Creates a new JAXB model from classes represented in java.lang.reflect.
static RuntimeTypeInfoSet JAXBModelFactory.create(RuntimeAnnotationReader reader, ErrorHandler errorHandler, java.lang.Class... classes)
          Creates a new JAXB model from classes represented in java.lang.reflect.