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

Packages that use Service
javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API. 
javax.xml.registry.infomodel This package describes the information model for JAXR API. 
 

Uses of Service in javax.xml.registry
 

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

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)
          Add a child Service
 void Organization.removeService(Service service)
          Remove a Service from this object