public interface ServiceBinding extends RegistryObject, URIValidator
| Modifier and Type | Method and Description |
|---|---|
void |
addSpecificationLink(SpecificationLink specificationLink) |
void |
addSpecificationLinks(java.util.Collection specificationLinks) |
java.lang.String |
getAccessURI() |
Service |
getService() |
java.util.Collection |
getSpecificationLinks() |
ServiceBinding |
getTargetBinding() |
void |
removeSpecificationLink(SpecificationLink specificationLink) |
void |
removeSpecificationLinks(java.util.Collection specificationLinks) |
void |
setAccessURI(java.lang.String uri) |
void |
setTargetBinding(ServiceBinding binding) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsgetValidateURI, setValidateURIvoid addSpecificationLink(SpecificationLink specificationLink) throws JAXRException
JAXRExceptionvoid addSpecificationLinks(java.util.Collection specificationLinks)
throws JAXRException
JAXRExceptionjava.lang.String getAccessURI()
throws JAXRException
JAXRExceptionService getService() throws JAXRException
JAXRExceptionjava.util.Collection getSpecificationLinks()
throws JAXRException
JAXRExceptionServiceBinding getTargetBinding() throws JAXRException
JAXRExceptionvoid removeSpecificationLink(SpecificationLink specificationLink) throws JAXRException
JAXRExceptionvoid removeSpecificationLinks(java.util.Collection specificationLinks)
throws JAXRException
JAXRExceptionvoid setAccessURI(java.lang.String uri)
throws JAXRException
JAXRExceptionvoid setTargetBinding(ServiceBinding binding) throws JAXRException
JAXRException