June 2003
Intermediate to advanced
672 pages
23h 48m
English
ServiceBinding
public interface ServiceBinding extends RegistryObject, URIValidator {
// Public Instance Methods
public abstract void addSpecificationLink(SpecificationLink specificationLink)
throws javax.xml.registry.JAXRException; //L0
public abstract void addSpecificationLinks(Collection specificationLinks)
throws javax.xml.registry.JAXRException; //L0
public abstract String getAccessURI( )
throws javax.xml.registry.JAXRException; //L0
public abstract javax.xml.registry.infomodel.Service getService( )
throws javax.xml.registry.JAXRException; //L0
public abstract Collection getSpecificationLinks( )
throws javax.xml.registry.JAXRException;
//L0
public abstract ServiceBinding getTargetBinding( )
throws javax.xml.registry.JAXRException; //L0
public abstract void removeSpecificationLink(SpecificationLink specificationLink)
throws javax.xml.registry.JAXRException; //L0
public abstract void removeSpecificationLinks(Collection specificationLinks)
throws javax.xml.registry.JAXRException; //L0
public abstract void setAccessURI(String uri)
throws javax.xml.registry.JAXRException; //L0
public abstract void setTargetBinding(ServiceBinding binding)
throws javax.xml.registry.JAXRException; //L0
}A Service has one or more associated
ServiceBindings that provide the information
necessary for a developer to discover how to use and access the
service. A Service that can be accessed using more than one protocol or that is available at several different locations requires a separate ...
Read now
Unlock full access