| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
ExternalLink instances model a named URI to content that may reside outside the registry. RegistryObject may be associated with any number of ExternalLinks to annotate a RegistryObject with external links to external content.
Consider the case where a Submitting Organization submits a repository item (e.g. a DTD) and wants to associate some external content to that object (e.g. the Submitting Organization's home page). The ExternalLink enables this capability.
RegistryObject| Method Summary | |
|  java.lang.String | getExternalURI()Gets URI to the an external resource. | 
|  java.util.Collection | getLinkedObjects()Gets the collection of RegistryObjects that are annotated by this ExternalLink. | 
|  void | setExternalURI(java.lang.String uri)Sets URI for an external resource. | 
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject | 
| addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots | 
| Methods inherited from interface javax.xml.registry.infomodel.URIValidator | 
| getValidateURI, setValidateURI | 
| Method Detail | 
public java.util.Collection getLinkedObjects()
                                      throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public java.lang.String getExternalURI()
                                throws JAXRException
JAXRException - If the JAXR provider encounters an internal error
public void setExternalURI(java.lang.String uri)
                    throws JAXRException
uri - the URI String for this object (e.g. "http://java.sun.com")
JAXRException - If the JAXR provider encounters an internal error| 
 | J2EE1.4 SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved.