|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
com.sun.xml.registry.uddi.infomodel.ExternalLinkImpl
public class ExternalLinkImpl
Implementation of ExternalLink interface
| Constructor Summary | |
|---|---|
ExternalLinkImpl()
Default constructor initializes list and creates URIValidatorImpl object for delgating uri validations tasks. |
|
ExternalLinkImpl(String uri)
Utility constructor used when URI is given. |
|
ExternalLinkImpl(String uri,
String description)
Utility constructor with URI and description. |
|
| Method Summary | |
|---|---|
String |
getExternalURI()
Gets URI to the an external resource |
Key |
getKey()
Override the behavior in RegistryObject to return a provider generated id. |
Collection |
getLinkedObjects()
Gets the collection of RegistryObjects that are annotated by this ExternalLink |
boolean |
getValidateURI()
Whether or not validation is turned on |
void |
setExternalURI(String externalUri)
Sets URI for an external resource. |
void |
setValidateURI(boolean validate)
Turns validation on or off. |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl |
|---|
getSlot, getSlots |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
|---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
| Constructor Detail |
|---|
public ExternalLinkImpl()
throws JAXRException
JAXRException
public ExternalLinkImpl(String uri)
throws JAXRException
JAXRException
public ExternalLinkImpl(String uri,
String description)
throws JAXRException
JAXRException| Method Detail |
|---|
public Collection getLinkedObjects()
throws JAXRException
getLinkedObjects in interface ExternalLinkJAXRException - If the JAXR provider encounters an internal error
public void setValidateURI(boolean validate)
throws JAXRException
setValidateURI in interface URIValidatorvalidate - true implies JAXR provider must perform validation
of URIs when they are set; false implies validation is turned off
JAXRException - If the JAXR provider encounters an internal errorURIValidatorImplpublic boolean getValidateURI()
getValidateURI in interface URIValidatortrue implies JAXR provider must perform validation
of URIs when they are set; false implies validation is turned offURIValidatorImpl
public String getExternalURI()
throws JAXRException
getExternalURI in interface ExternalLinkJAXRException - If the JAXR provider encounters an internal error
public void setExternalURI(String externalUri)
throws JAXRException
setExternalURI in interface ExternalLinkexternalUri - the URI String for this object (e.g. "http://java.sun.com")
JAXRException - If the JAXR provider encounters an internal error
public Key getKey()
throws JAXRException
getKey in interface RegistryObjectgetKey in class RegistryObjectImplJAXRException - If the JAXR provider encounters an internal error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||