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

Packages that use RegistryInfo
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

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

Methods in com.sun.xml.bind.v2.model.impl that return RegistryInfo
 RegistryInfo<T,C> ModelBuilder.addRegistry(C registryClass, Locatable upstream)
          Visits a class with XmlRegistry and records all the element mappings in it.
 RegistryInfo<T,C> ModelBuilder.getRegistry(java.lang.String packageName)
          Gets a RegistryInfo for the given package.