|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean
com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl
com.softwareag.centrasite.appl.framework.beans.standard.impl.ServiceBindingImpl
public class ServiceBindingImpl
Constructor Summary | |
---|---|
ServiceBindingImpl()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getAccessURI()
Gets the URI that gives access to the service via this binding. |
Service |
getService()
Gets the parent service for which this is a binding. |
java.util.Collection<SpecificationLink> |
getSpecificationLinks()
Gets all children SpecificationLinks. |
ServiceBinding |
getTargetBinding()
Gets the next ServiceBinding in case there is a redirection from one service provider to another service provider. |
boolean |
getValidateURI()
Gets whether to do URI validation for this object. |
int |
hashCode()
|
void |
setAccessURI(java.lang.String uri)
Sets the URI that gives access to the service via this binding. |
void |
setService(Service service)
Sets the Service for this ServiceBinding |
void |
setSpecificationLinks(java.util.Collection<SpecificationLink> specificationLinks)
Sets all children SpecificationLinks. |
void |
setTargetBinding(ServiceBinding binding)
Sets the next ServiceBinding in case there is a redirection. |
void |
setValidateURI(boolean validate)
Sets whether to do URI validation for this object. |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.standard.impl.RegistryObjectImpl |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSlots, getSubmittingOrganization, setAssociatedObjects, setAssociations, setAuditTrail, setClassifications, setExternalIdentifiers, setExternalLinks, setObjectType, setRegistryPackages, setSlots, setSubmittingOrganization |
Methods inherited from class com.softwareag.centrasite.appl.framework.beans.DynamicRegistryBean |
---|
getCheckpointName, getDescription, getIdentity, getKey, getName, isRevision, setCheckpointName, setDescription, setIdentity, setKey, setName, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.RegistryObject |
---|
getAssociatedObjects, getAssociations, getAuditTrail, getClassifications, getExternalIdentifiers, getExternalLinks, getObjectType, getRegistryPackages, getSubmittingOrganization, setAssociations, setClassifications, setExternalIdentifiers, setExternalLinks, setSubmittingOrganization |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.RegistryBean |
---|
getDescription, getKey, getName, setDescription, setName |
Methods inherited from interface com.softwareag.centrasite.appl.framework.beans.standard.ExtensibleObject |
---|
getSlots, setSlots |
Constructor Detail |
---|
public ServiceBindingImpl()
Method Detail |
---|
public java.lang.String getAccessURI()
getAccessURI
in interface ServiceBinding
public Service getService()
getService
in interface ServiceBinding
public java.util.Collection<SpecificationLink> getSpecificationLinks()
getSpecificationLinks
in interface ServiceBinding
public ServiceBinding getTargetBinding()
getTargetBinding
in interface ServiceBinding
public void setAccessURI(java.lang.String uri)
setAccessURI
in interface ServiceBinding
public void setTargetBinding(ServiceBinding binding)
setTargetBinding
in interface ServiceBinding
public boolean getValidateURI()
getValidateURI
in interface URIValidator
public void setValidateURI(boolean validate)
setValidateURI
in interface URIValidator
public boolean equals(java.lang.Object other)
equals
in class RegistryObjectImpl
public int hashCode()
hashCode
in class RegistryObjectImpl
public void setSpecificationLinks(java.util.Collection<SpecificationLink> specificationLinks)
setSpecificationLinks
in interface ServiceBinding
public void setService(Service service)
service
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |