|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryObjectImpl
com.sun.xml.registry.uddi.infomodel.RegistryEntryImpl
com.sun.xml.registry.uddi.infomodel.ServiceImpl
public class ServiceImpl
Implementation of Service interface.
| Field Summary |
|---|
| Fields inherited from interface javax.xml.registry.infomodel.RegistryEntry |
|---|
STABILITY_DYNAMIC, STABILITY_DYNAMIC_COMPATIBLE, STABILITY_STATIC, STATUS_APPROVED, STATUS_DEPRECATED, STATUS_SUBMITTED, STATUS_WITHDRAWN |
| Constructor Summary | |
|---|---|
ServiceImpl()
Default constructor |
|
ServiceImpl(String name)
Creates new ServiceImpl with the given name |
|
| Method Summary | |
|---|---|
void |
addServiceBinding(ServiceBinding serviceBinding)
Add a child ServiceBinding. |
void |
addServiceBindings(Collection serviceBindings)
Add a Collection of ServiceBinding children. |
Organization |
getProvidingOrganization()
Get the organization that provides this service |
Collection |
getServiceBindings()
Get the service bindings |
void |
removeServiceBinding(ServiceBinding serviceBinding)
Remove a child ServiceBinding. |
void |
removeServiceBindings(Collection serviceBindings)
Remove a Collection of children ServiceBindings. |
void |
setProvidingOrganization(Organization org)
Set the organization that provides this service |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.RegistryEntryImpl |
|---|
getExpiration, getMajorVersion, getMinorVersion, getStability, getStatus, getUserVersion, setExpiration, setMajorVersion, setMinorVersion, setStability, setUserVersion |
| Methods inherited from class com.sun.xml.registry.uddi.infomodel.ExtensibleObjectImpl |
|---|
getSlot, getSlots |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.xml.registry.infomodel.RegistryEntry |
|---|
getExpiration, getStability, getStatus, setExpiration, setStability |
| Methods inherited from interface javax.xml.registry.infomodel.ExtensibleObject |
|---|
addSlot, addSlots, getSlot, getSlots, removeSlot, removeSlots |
| Methods inherited from interface javax.xml.registry.infomodel.Versionable |
|---|
getMajorVersion, getMinorVersion, getUserVersion, setMajorVersion, setMinorVersion, setUserVersion |
| Constructor Detail |
|---|
public ServiceImpl()
public ServiceImpl(String name)
| Method Detail |
|---|
public Organization getProvidingOrganization()
throws JAXRException
getProvidingOrganization in interface ServiceJAXRException - If the JAXR provider encounters an internal errorRegistryObject.getSubmittingOrganization()
public void setProvidingOrganization(Organization org)
throws JAXRException
setProvidingOrganization in interface Serviceorg - the Organization that provides this service
JAXRException - If the JAXR provider encounters an internal error
public void addServiceBinding(ServiceBinding serviceBinding)
throws JAXRException
addServiceBinding in interface ServiceserviceBinding - the ServiceBinding being added
JAXRException - If the JAXR provider encounters an internal error
public void addServiceBindings(Collection serviceBindings)
throws JAXRException
addServiceBindings in interface ServiceserviceBindings - the Collection of ServiceBindings being added
JAXRException - If the JAXR provider encounters an internal error
public void removeServiceBinding(ServiceBinding serviceBinding)
throws JAXRException
removeServiceBinding in interface ServiceserviceBinding - the ServiceBinding being removed
JAXRException - If the JAXR provider encounters an internal error
public void removeServiceBindings(Collection serviceBindings)
throws JAXRException
removeServiceBindings in interface ServiceserviceBindings - the Collection of ServiceBindings being removed
JAXRException - If the JAXR provider encounters an internal error
public Collection getServiceBindings()
throws JAXRException
getServiceBindings in interface ServiceJAXRException - If the JAXR provider encounters an internal errorServiceBinding
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||