Uses of Interface
javax.xml.registry.RegistryService

Packages that use RegistryService
com.sun.xml.registry.uddi   
com.sun.xml.registry.uddi.infomodel   
javax.xml.registry   
 

Uses of RegistryService in com.sun.xml.registry.uddi
 

Classes in com.sun.xml.registry.uddi that implement RegistryService
 class RegistryServiceImpl
          Implementation class for RegistryService
 

Methods in com.sun.xml.registry.uddi that return RegistryService
 RegistryService QueryManagerImpl.getRegistryService()
           
 RegistryService LifeCycleManagerImpl.getRegistryService()
           
 RegistryService ConnectionImpl.getRegistryService()
          Gets the RegistryService interface associated with the Connection.
 

Constructors in com.sun.xml.registry.uddi with parameters of type RegistryService
UDDIMapper(RegistryService service)
           
 

Uses of RegistryService in com.sun.xml.registry.uddi.infomodel
 

Methods in com.sun.xml.registry.uddi.infomodel that return RegistryService
 RegistryService RegistryObjectImpl.getRegistryService()
           
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type RegistryService
 void RegistryObjectImpl.setRegistryService(RegistryService service)
           
 

Uses of RegistryService in javax.xml.registry
 

Methods in javax.xml.registry that return RegistryService
 RegistryService LifeCycleManager.getRegistryService()
          Returns the parent RegistryService that created this object.
 RegistryService QueryManager.getRegistryService()
          Returns the parent RegistryService that created this object.
 RegistryService Connection.getRegistryService()
          Gets the RegistryService interface associated with the Connection.
 



Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.