Uses of Interface
javax.xml.registry.infomodel.ExternalLink
Packages that use ExternalLink
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 ExternalLink in javax.xml.registry
Methods in javax.xml.registry that return ExternalLinkModifier and TypeMethodDescriptionLifeCycleManager.createExternalLink(String externalURI, String description) Creates an ExternalLink instance using the specified parameters, where the description is a String.LifeCycleManager.createExternalLink(String externalURI, InternationalString description) Creates an ExternalLink instance using the specified parameters, where the description is an InternationalString. -
Uses of ExternalLink in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type ExternalLinkModifier and TypeMethodDescriptionvoidRegistryObject.addExternalLink(ExternalLink externalLink) Adds specified ExternalLink to this object.voidRegistryObject.removeExternalLink(ExternalLink externalLink) Removes specified ExternalLink from this object.