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