KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > infomodel > ServiceBinding

javax.xml.registry.infomodel
Interface ServiceBinding

All Superinterfaces:
ExtensibleObject, RegistryObject, URIValidator
See Also:
Top Examples, Source Code, Concept

public void addSpecificationLink(SpecificationLink specificationLink)
                          throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void addSpecificationLinks(Collection specificationLinks)
                           throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getAccessURI()
                    throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Service getService()
                   throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getSpecificationLinks()
                                 throws JAXRException
See Also:
SpecificationLink
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ServiceBinding getTargetBinding()
                                throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeSpecificationLink(SpecificationLink specificationLink)
                             throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void removeSpecificationLinks(Collection specificationLinks)
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setAccessURI(String uri)
                  throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setTargetBinding(ServiceBinding binding)
                      throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags