|
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.RelatedBusinessesList
RelatedBusinessesList represents a relatedBusinessList UDDI response. RelatedBusinessesList is a report, a list of related businesses in short form. This message is the response to a find_relatedBusinesses query.
| Field Summary | |
protected BusinessKey |
businessKey
BusinessKey specifying a BusinessEntity to use as the focal point of the search. |
protected java.lang.String |
generic
The UDDI version in use. |
protected Operator |
operator
The characteristics of the Operator Site. |
protected RelatedBusinessInfos |
relatedBusinessInfos
Information on the related businesses and the shared relationships. |
protected boolean |
truncated
Whether the Operator Site has truncated or not the result set. |
| Constructor Summary | |
RelatedBusinessesList(BusinessKey businessKey,
RelatedBusinessInfos relatedBusinessInfos,
boolean truncated)
RelatedBusinessesList constructor. |
|
RelatedBusinessesList(BusinessKey businessKey,
RelatedBusinessInfos relatedBusinessInfos,
java.lang.String generic,
Operator operator,
boolean truncated)
Deprecated. as of UDDI V3.0 |
|
| Method Summary | |
BusinessKey |
getBusinessKey()
Gets the BusinessKey specifying a BusinessEntity to use as the focal point of the search. |
java.lang.String |
getGeneric()
Deprecated. as of UDDI V3.0 |
Operator |
getOperator()
Deprecated. as of UDDI V3.0 |
RelatedBusinessInfos |
getRelatedBusinessInfos()
Gets information on the related businesses and the shared relationships. |
boolean |
isTruncated()
Checks whether the Operator Site has truncated the result set. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String generic
protected Operator operator
protected boolean truncated
protected BusinessKey businessKey
protected RelatedBusinessInfos relatedBusinessInfos
| Constructor Detail |
public RelatedBusinessesList(BusinessKey businessKey,
RelatedBusinessInfos relatedBusinessInfos,
java.lang.String generic,
Operator operator,
boolean truncated)
businessKey - relatedBusinessInfos - generic - operator - truncated -
public RelatedBusinessesList(BusinessKey businessKey,
RelatedBusinessInfos relatedBusinessInfos,
boolean truncated)
businessKey - relatedBusinessInfos - truncated - | Method Detail |
public BusinessKey getBusinessKey()
public RelatedBusinessInfos getRelatedBusinessInfos()
public java.lang.String getGeneric()
public Operator getOperator()
public boolean isTruncated()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||