Uses of Interface
javax.xml.registry.infomodel.ServiceBinding
-
Packages that use ServiceBinding 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 ServiceBinding in javax.xml.registry
Methods in javax.xml.registry that return ServiceBinding Modifier and Type Method Description ServiceBindingLifeCycleManager. createServiceBinding()Creates an empty ServiceBinding instance. -
Uses of ServiceBinding in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel that return ServiceBinding Modifier and Type Method Description ServiceBindingSpecificationLink. getServiceBinding()Gets the parent ServiceBinding for this SpecificationLink.ServiceBindingServiceBinding. 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 ServiceBinding Modifier and Type Method Description voidService. 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.
-