Uses of Interface
com.sun.xml.bind.v2.model.core.TypeInfoSet

Packages that use TypeInfoSet
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
com.sun.xml.bind.v2.schemagen Schema generator. 
org.jvnet.jaxb.reflection   
 

Uses of TypeInfoSet in com.sun.tools.xjc.model
 

Classes in com.sun.tools.xjc.model that implement TypeInfoSet
 class Model
          Root of the object model that represents the code that needs to be generated.
 

Uses of TypeInfoSet in com.sun.xml.bind.v2.model.impl
 

Methods in com.sun.xml.bind.v2.model.impl that return TypeInfoSet
 TypeInfoSet<T,C,F,M> ModelBuilder.link()
          Called after all the classes are added to the type set to "link" them together.
 

Uses of TypeInfoSet in com.sun.xml.bind.v2.model.runtime
 

Subinterfaces of TypeInfoSet in com.sun.xml.bind.v2.model.runtime
 interface RuntimeTypeInfoSet
          TypeInfoSet refined for runtime.
 

Uses of TypeInfoSet in com.sun.xml.bind.v2.schemagen
 

Constructors in com.sun.xml.bind.v2.schemagen with parameters of type TypeInfoSet
XmlSchemaGenerator(Navigator<T,C,F,M> navigator, TypeInfoSet<T,C,F,M> types)
           
 

Uses of TypeInfoSet in org.jvnet.jaxb.reflection
 

Methods in org.jvnet.jaxb.reflection that return TypeInfoSet
static
<T,C,F,M> TypeInfoSet<T,C,F,M>
JAXBModelFactory.create(AnnotationReader<T,C,F,M> reader, Navigator<T,C,F,M> navigator, ErrorHandler errorHandler, java.util.Collection<C> classes)
          Creates a new JAXB model from classes represented in arbitrary reflection library.