|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalLink | |
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 JAXR API. |
Uses of ExternalLink in javax.xml.registry |
Methods in javax.xml.registry that return ExternalLink | |
ExternalLink |
LifeCycleManager.createExternalLink(java.lang.String externalURI,
java.lang.String description)
Creates an ExternalLink instance using the specified parameters, where the description is a String. |
ExternalLink |
LifeCycleManager.createExternalLink(java.lang.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 | |
void |
RegistryObject.addExternalLink(ExternalLink externalLink)
Adds specified ExternalLink to this object. |
void |
RegistryObject.removeExternalLink(ExternalLink externalLink)
Removes specified ExternalLink from this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |