Uses of Interface
javax.xml.registry.infomodel.ExternalLink
-
Packages that use ExternalLink 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 ExternalLink in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return ExternalLink Modifier and Type Method Description ExternalLinkLifeCycleManagerImpl. createExternalLink(String externalURI, String description)Create an ExternalLink instance using the specified parameters.ExternalLinkLifeCycleManagerImpl. createExternalLink(String externalURI, InternationalString description) -
Uses of ExternalLink in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement ExternalLink Modifier and Type Class Description classExternalLinkImplImplementation of ExternalLink interfaceMethods in com.sun.xml.registry.uddi.infomodel with parameters of type ExternalLink Modifier and Type Method Description voidClassificationSchemeImpl. addExternalLink(ExternalLink link)Overrides behavior in RegistryObjectImpl to allow adding external links.voidConceptImpl. addExternalLink(ExternalLink link)Overrides behavior in RegistryObjectImpl to allow adding external links.voidOrganizationImpl. addExternalLink(ExternalLink link)Overrides behavior in RegistryObjectImpl to allow adding external links.voidRegistryObjectImpl. addExternalLink(ExternalLink link)Adds specified ExternalLink to this object.voidSpecificationLinkImpl. addExternalLink(ExternalLink link)Overrides behavior in RegistryObjectImpl to allow adding external links.voidRegistryObjectImpl. removeExternalLink(ExternalLink externalLink)Removes specified ExternalLink from this object. -
Uses of ExternalLink in javax.xml.registry
Methods in javax.xml.registry that return ExternalLink Modifier and Type Method Description ExternalLinkLifeCycleManager. createExternalLink(String externalURI, String description)Creates an ExternalLink instance using the specified parameters, where the description is a String.ExternalLinkLifeCycleManager. 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 ExternalLink Modifier and Type Method Description voidRegistryObject. addExternalLink(ExternalLink externalLink)Adds specified ExternalLink to this object.voidRegistryObject. removeExternalLink(ExternalLink externalLink)Removes specified ExternalLink from this object.
-