当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
ServiceBinding (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
javax.xml.registry.infomodel
Interface ServiceBinding
- All Superinterfaces:
- ExtensibleObject, RegistryObject, URIValidator
- public interface ServiceBinding
- extends RegistryObject, URIValidator
- Version:
- $Revision: 1.1 $
- Author:
- Scott.Stark@jboss.org
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
public void addSpecificationLink(SpecificationLink specificationLink)
throws JAXRException
- Throws:
JAXRException
addSpecificationLinks
public void addSpecificationLinks(Collection specificationLinks)
throws JAXRException
- Throws:
JAXRException
getAccessURI
public String getAccessURI()
throws JAXRException
- Throws:
JAXRException
getService
public Service getService()
throws JAXRException
- Throws:
JAXRException
getSpecificationLinks
public Collection getSpecificationLinks()
throws JAXRException
- Throws:
JAXRException
getTargetBinding
public ServiceBinding getTargetBinding()
throws JAXRException
- Throws:
JAXRException
removeSpecificationLink
public void removeSpecificationLink(SpecificationLink specificationLink)
throws JAXRException
- Throws:
JAXRException
removeSpecificationLinks
public void removeSpecificationLinks(Collection specificationLinks)
throws JAXRException
- Throws:
JAXRException
setAccessURI
public void setAccessURI(String uri)
throws JAXRException
- Throws:
JAXRException
setTargetBinding
public void setTargetBinding(ServiceBinding binding)
throws JAXRException
- Throws:
JAXRException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.