|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.response.base.ServiceInfo
ServiceInfo is used as the short form of a service for list purposes.
| Field Summary | |
protected BusinessKey |
businessKey
Pointer to the BusinessEntity element providing the BusinessService. |
protected Names |
names
The Names of the BusinessService. |
protected ServiceKey |
serviceKey
Pointer to the complete BusinessService element. |
| Constructor Summary | |
ServiceInfo(Names names,
ServiceKey serviceKey,
BusinessKey businessKey)
ServiceInfo constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this ServiceInfo. |
BusinessKey |
getBusinessKey()
Gets the pointer to the BusinessEntity providing the BusinessService |
Names |
getNames()
Gets the Names of the BusinessService. |
ServiceKey |
getServiceKey()
Gets the pointer to the complete BusinessService element. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Names names
protected ServiceKey serviceKey
protected BusinessKey businessKey
| Constructor Detail |
public ServiceInfo(Names names,
ServiceKey serviceKey,
BusinessKey businessKey)
names - The Names of the BusinessService.serviceKey - Pointer to the complete BusinessService element.businessKey - Pointer to the BusinessEntity element providing the BusinessService.| Method Detail |
public Names getNames()
public ServiceKey getServiceKey()
public BusinessKey getBusinessKey()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||