Uses of Interface
javax.xml.registry.infomodel.RegistryPackage

Packages that use RegistryPackage
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
 

Uses of RegistryPackage in javax.xml.registry
 

Methods in javax.xml.registry that return RegistryPackage
 RegistryPackage LifeCycleManager.createRegistryPackage(java.lang.String name)
          Creates a RegistryPackage instance using the specified name, where the name is a String.
 RegistryPackage LifeCycleManager.createRegistryPackage(InternationalString name)
          Creates a RegistryPackage instance using the specified name, where the name is an InternationalString.