Uses of Interface
javax.xml.registry.infomodel.Service
Packages that use Service
Package
Description
This package and its sub-packages describe the API classes and interfaces
for the Jakarta XML Registries API.
This package describes the information model for the Jakarta XML Registries
API.
-
Uses of Service in javax.xml.registry
Methods in javax.xml.registry that return ServiceModifier and TypeMethodDescriptionLifeCycleManager.createService(String name) Creates a Service instance using the specified name, where the name is a String.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 ServiceModifier and TypeMethodDescriptionServiceBinding.getService()Gets the parent service for which this is a binding.Methods in javax.xml.registry.infomodel with parameters of type ServiceModifier and TypeMethodDescriptionvoidOrganization.addService(Service service) Adds a child Service.voidOrganization.removeService(Service service) Removes a Service from this object.