Uses of Interface
javax.xml.registry.infomodel.RegistryPackage
-
Packages that use RegistryPackage Package Description javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the Jakarta XML Registries API. -
-
Uses of RegistryPackage in javax.xml.registry
Methods in javax.xml.registry that return RegistryPackage Modifier and Type Method Description RegistryPackageLifeCycleManager. createRegistryPackage(String name)Creates a RegistryPackage instance using the specified name, where the name is a String.RegistryPackageLifeCycleManager. createRegistryPackage(InternationalString name)Creates a RegistryPackage instance using the specified name, where the name is an InternationalString.
-