Uses of Interface
javax.xml.registry.infomodel.SpecificationLink
-
Packages that use SpecificationLink Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of SpecificationLink in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return SpecificationLink Modifier and Type Method Description SpecificationLinkLifeCycleManagerImpl. createSpecificationLink() -
Uses of SpecificationLink in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement SpecificationLink Modifier and Type Class Description classSpecificationLinkImplImplementation of SpecificationLink interfaceMethods in com.sun.xml.registry.uddi.infomodel with parameters of type SpecificationLink Modifier and Type Method Description voidServiceBindingImpl. addSpecificationLink(SpecificationLink link)Add specification link.voidServiceBindingImpl. removeSpecificationLink(SpecificationLink specificationLink)Remove a child SpecificationLink -
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.
-