Name

ServiceBinding

Synopsis

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 ...

Get Java Web Services in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.