KickJava   Java API By Example, From Geeks To Geeks.

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

javax.xml.registry.infomodel
Interface Service

All Superinterfaces:
ExtensibleObject, RegistryEntry, RegistryObject, Versionable
See Also:
Top Examples, Source Code, ServiceBinding

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


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


public Organization getProvidingOrganization()
                                      throws JAXRException
See Also:
RegistryObject.getSubmittingOrganization()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


public void setProvidingOrganization(Organization providingOrganization)
                              throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags