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

Packages that use Service
javax.xml.registry   
javax.xml.registry.infomodel   
 

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-2015 Oracle Corporation. All Rights Reserved.