Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
ExternalLink |
LifeCycleManager.createExternalLink(String externalURI,
InternationalString description)
Creates an ExternalLink instance using the specified
parameters, where the description is an InternationalString.
|
ExternalLink |
LifeCycleManager.createExternalLink(String externalURI,
String description)
Creates an ExternalLink instance using the specified
parameters, where the description is a String.
|
Modifier and Type | Method and Description |
---|---|
void |
RegistryObject.addExternalLink(ExternalLink externalLink)
Adds specified ExternalLink to this object.
|
void |
RegistryObject.removeExternalLink(ExternalLink externalLink)
Removes specified ExternalLink from this object.
|
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.