Uses of Interface
javax.xml.registry.infomodel.SpecificationLink
-
Packages that use SpecificationLink 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 SpecificationLink in javax.xml.registry
Methods in javax.xml.registry that return SpecificationLink Modifier and Type Method Description SpecificationLinkLifeCycleManager. createSpecificationLink()Creates an empty SpecificationLink instance. -
Uses of SpecificationLink in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type SpecificationLink Modifier and Type Method Description voidServiceBinding. addSpecificationLink(SpecificationLink specificationLink)Adds a child SpecificationLink.voidServiceBinding. removeSpecificationLink(SpecificationLink specificationLink)Removes a child SpecificationLink.
-