Uses of Interface
org.jafer.registry.RegistryManager

Packages that use RegistryManager
org.jafer.registry   
org.jafer.registry.uddi   
org.jafer.registry.web.struts.action   
 

Uses of RegistryManager in org.jafer.registry
 

Methods in org.jafer.registry that return RegistryManager
static RegistryManager RegistryFactory.createRegistryManager(java.lang.String inquiryURL, java.lang.String publishURL)
          This method creates a registry manager that manages an instance to the specified registry using the supplied URLs.
 

Uses of RegistryManager in org.jafer.registry.uddi
 

Classes in org.jafer.registry.uddi that implement RegistryManager
 class RegistryManager
          This class defines the registry manager that provides all the objects and managers for accessing a specificly defined registry
 

Uses of RegistryManager in org.jafer.registry.web.struts.action
 

Methods in org.jafer.registry.web.struts.action that return RegistryManager
protected  RegistryManager JaferRegistryAction.getRegistryManager()
          Get the registry manager creating it if it does not exist