javax.xml.registry.infomodel
Interface ServiceBinding
- All Superinterfaces:
- ExtensibleObject, RegistryObject, URIValidator
public interface ServiceBinding
- extends RegistryObject, URIValidator
- Version:
- $Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
Methods inherited from interface javax.xml.registry.infomodel.RegistryObject |
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, toXML |
addSpecificationLink
void addSpecificationLink(SpecificationLink specificationLink)
throws JAXRException
- Throws:
JAXRException
addSpecificationLinks
void addSpecificationLinks(java.util.Collection specificationLinks)
throws JAXRException
- Throws:
JAXRException
getAccessURI
java.lang.String getAccessURI()
throws JAXRException
- Throws:
JAXRException
getService
Service getService()
throws JAXRException
- Throws:
JAXRException
getSpecificationLinks
java.util.Collection getSpecificationLinks()
throws JAXRException
- Throws:
JAXRException
getTargetBinding
ServiceBinding getTargetBinding()
throws JAXRException
- Throws:
JAXRException
removeSpecificationLink
void removeSpecificationLink(SpecificationLink specificationLink)
throws JAXRException
- Throws:
JAXRException
removeSpecificationLinks
void removeSpecificationLinks(java.util.Collection specificationLinks)
throws JAXRException
- Throws:
JAXRException
setAccessURI
void setAccessURI(java.lang.String uri)
throws JAXRException
- Throws:
JAXRException
setTargetBinding
void setTargetBinding(ServiceBinding binding)
throws JAXRException
- Throws:
JAXRException