public class ServiceBindingImpl extends RegistryObjectImpl implements ServiceBinding
| Constructor and Description |
|---|
ServiceBindingImpl(LifeCycleManager lifeCycleManager) |
ServiceBindingImpl(LifeCycleManager lifeCycleManager,
InternationalString n) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSpecificationLink(SpecificationLink sl) |
void |
addSpecificationLinks(Collection col) |
String |
getAccessURI() |
Service |
getService() |
Collection |
getSpecificationLinks() |
ServiceBinding |
getTargetBinding() |
boolean |
getValidateURI() |
void |
removeSpecificationLink(SpecificationLink link) |
void |
removeSpecificationLinks(Collection col) |
void |
setAccessURI(String s) |
void |
setService(Service s) |
void |
setTargetBinding(ServiceBinding sb) |
void |
setValidateURI(boolean b) |
addAssociation, addAssociations, addClassification, addClassifications, addExternalIdentifier, addExternalIdentifiers, addExternalLink, addExternalLinks, equals, getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getDescription, getExternalIdentifiers, getExternalLinks, getKey, getLifeCycleManager, getName, getObjectType, getRegistryPackages, getSubmittingOrganization, hashCode, removeAssociation, removeAssociations, removeClassification, removeClassifications, removeExternalIdentifier, removeExternalIdentifiers, removeExternalLink, removeExternalLinks, setAssociations, setClassifications, setDescription, setExternalIdentifiers, setExternalLinks, setKey, setName, toXMLaddSlot, addSlots, getSlot, getSlots, removeSlot, removeSlotsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddAssociation, 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, removeSlotspublic ServiceBindingImpl(LifeCycleManager lifeCycleManager)
public ServiceBindingImpl(LifeCycleManager lifeCycleManager, InternationalString n)
public void addSpecificationLink(SpecificationLink sl) throws JAXRException
addSpecificationLink in interface ServiceBindingJAXRExceptionpublic void addSpecificationLinks(Collection col) throws JAXRException
addSpecificationLinks in interface ServiceBindingJAXRExceptionpublic String getAccessURI() throws JAXRException
getAccessURI in interface ServiceBindingJAXRExceptionpublic Service getService() throws JAXRException
getService in interface ServiceBindingJAXRExceptionpublic Collection getSpecificationLinks() throws JAXRException
getSpecificationLinks in interface ServiceBindingJAXRExceptionpublic ServiceBinding getTargetBinding() throws JAXRException
getTargetBinding in interface ServiceBindingJAXRExceptionpublic void removeSpecificationLink(SpecificationLink link) throws JAXRException
removeSpecificationLink in interface ServiceBindingJAXRExceptionpublic void removeSpecificationLinks(Collection col) throws JAXRException
removeSpecificationLinks in interface ServiceBindingJAXRExceptionpublic void setAccessURI(String s) throws JAXRException
setAccessURI in interface ServiceBindingJAXRExceptionpublic void setTargetBinding(ServiceBinding sb) throws JAXRException
setTargetBinding in interface ServiceBindingJAXRExceptionpublic boolean getValidateURI()
throws JAXRException
getValidateURI in interface URIValidatorJAXRExceptionpublic void setValidateURI(boolean b)
throws JAXRException
setValidateURI in interface URIValidatorJAXRExceptionpublic void setService(Service s)
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.