Uses of Interface
javax.xml.registry.RegistryService
-
Packages that use RegistryService 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 RegistryService in com.sun.xml.registry.uddi
Classes in com.sun.xml.registry.uddi that implement RegistryService Modifier and Type Class Description classRegistryServiceImplImplementation class for RegistryServiceMethods in com.sun.xml.registry.uddi that return RegistryService Modifier and Type Method Description RegistryServiceConnectionImpl. getRegistryService()Gets the RegistryService interface associated with the Connection.RegistryServiceLifeCycleManagerImpl. getRegistryService()RegistryServiceQueryManagerImpl. getRegistryService()Constructors in com.sun.xml.registry.uddi with parameters of type RegistryService Constructor Description UDDIMapper(RegistryService service) -
Uses of RegistryService in com.sun.xml.registry.uddi.infomodel
Methods in com.sun.xml.registry.uddi.infomodel that return RegistryService Modifier and Type Method Description RegistryServiceRegistryObjectImpl. getRegistryService()Methods in com.sun.xml.registry.uddi.infomodel with parameters of type RegistryService Modifier and Type Method Description voidRegistryObjectImpl. setRegistryService(RegistryService service) -
Uses of RegistryService in javax.xml.registry
Methods in javax.xml.registry that return RegistryService Modifier and Type Method Description RegistryServiceConnection. getRegistryService()Gets the RegistryService interface associated with the Connection.RegistryServiceLifeCycleManager. getRegistryService()Returns the parent RegistryService that created this object.RegistryServiceQueryManager. getRegistryService()Returns the parent RegistryService that created this object.
-