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
 

Classes in com.sun.xml.bind.v2.model.impl that implement RegistryInfo
(package private)  class RegistryInfoImpl<T,C,F,M>
          Implementation of RegistryInfo.
 

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(String packageName)
          Gets a RegistryInfo for the given package.