Uses of Interface
javax.xml.registry.infomodel.RegistryPackage
-
Packages that use RegistryPackage Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. -
-
Uses of RegistryPackage in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return RegistryPackage Modifier and Type Method Description RegistryPackageLifeCycleManagerImpl. createRegistryPackage(String name)Level 1 methodRegistryPackageLifeCycleManagerImpl. createRegistryPackage(InternationalString internationalString)Level 1 method -
Uses of RegistryPackage in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement RegistryPackage Modifier and Type Class Description classRegistryPackageImplImplementation of RegistryPackage interface. -
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.
-