Uses of Interface
javax.xml.registry.infomodel.ServiceBinding
Packages that use ServiceBinding
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 ServiceBinding in javax.xml.registry
Methods in javax.xml.registry that return ServiceBindingModifier and TypeMethodDescriptionLifeCycleManager.createServiceBinding()Creates an empty ServiceBinding instance. -
Uses of ServiceBinding in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return ServiceBindingModifier and TypeMethodDescriptionSpecificationLink.getServiceBinding()Gets the parent ServiceBinding for this SpecificationLink.ServiceBinding.getTargetBinding()Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider.Methods in javax.xml.registry.infomodel with parameters of type ServiceBindingModifier and TypeMethodDescriptionvoidService.addServiceBinding(ServiceBinding serviceBinding) Adds a child ServiceBinding.voidService.removeServiceBinding(ServiceBinding serviceBinding) Removes a child ServiceBinding.voidServiceBinding.setTargetBinding(ServiceBinding binding) Sets the next ServiceBinding in case there is a redirection.