Uses of Interface
javax.xml.registry.infomodel.Service

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

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

Methods in com.sun.xml.registry.uddi that return Service
 Service LifeCycleManagerImpl.createService(InternationalString name)
           
 Service LifeCycleManagerImpl.createService(String name)
           
 

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

Classes in com.sun.xml.registry.uddi.infomodel that implement Service
 class ServiceImpl
          Implementation of Service interface.
 

Methods in com.sun.xml.registry.uddi.infomodel that return Service
 Service ServiceBindingImpl.getService()
          Gets the parent service for which this is a binding
 

Methods in com.sun.xml.registry.uddi.infomodel with parameters of type Service
 void OrganizationImpl.addService(Service service)
          Add a child Service.
 void OrganizationImpl.removeService(Service service)
          Remove a child service.
 void ServiceBindingImpl.setService(Service service)
          Internal method for setting service
 

Uses of Service in javax.xml.registry
 

Methods in javax.xml.registry that return Service
 Service LifeCycleManager.createService(InternationalString name)
          Creates a Service instance using the specified name, where the name is an InternationalString.
 Service LifeCycleManager.createService(String name)
          Creates a Service instance using the specified name, where the name is a String.
 

Uses of Service in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Service
 Service ServiceBinding.getService()
          Gets the parent service for which this is a binding.
 

Methods in javax.xml.registry.infomodel with parameters of type Service
 void Organization.addService(Service service)
          Adds a child Service.
 void Organization.removeService(Service service)
          Removes a Service from this object.
 



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