|
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.BusinessDetail
BusinessDetail represents a businessDetail response message. The businessDetail message returns one or more complete businessEntity data sets in response to a get_businessDetail inquiry message.
For information, the XML syntax for a businessDetail message is:
<businessDetail generic="1.0" operator="uddi.sourceOperator" truncated="true" xmlns="urn:uddi-org:api" >
<businessEntity businessKey="F5E65..." authorizedName="J. Doe" operator="uddi.publishingOperator" >
...
</businessEntity>
[<businessEntity/> ...]
</businessDetail>
| Field Summary | |
protected BusinessEntitys |
businessEntitys
The BusinessEntitys result of the execution of the query. |
protected java.lang.String |
generic
The UDDI version in use. |
protected Operator |
operator
The characteristics of the Operator Site. |
protected boolean |
truncated
Whether the Operator Site has truncated or not the result set. |
| Constructor Summary | |
BusinessDetail(BusinessEntitys businessEntitys,
boolean truncated)
BusinessDetail constructor. |
|
BusinessDetail(BusinessEntitys businessEntities,
java.lang.String generic,
Operator operator,
boolean truncated)
Deprecated. as of UDDI V3.0 |
|
| Method Summary | |
boolean |
equals(java.lang.Object o)
Checks whether an object is equal to this BusinessDetail. |
BusinessEntitys |
getBusinessEntitys()
Gets the BusinessEntitys result of the execution of the query. |
java.lang.String |
getGeneric()
Deprecated. as of UDDI V3.0 |
Operator |
getOperator()
Deprecated. as of UDDI V3.0 |
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, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected BusinessEntitys businessEntitys
protected java.lang.String generic
protected Operator operator
protected boolean truncated
| Constructor Detail |
public BusinessDetail(BusinessEntitys businessEntities,
java.lang.String generic,
Operator operator,
boolean truncated)
businessEntities - The BusinessEntitys result of the execution of the query.generic - The UDDI version in use.operator - The characteristics of the Operator Site.truncated - Whether the Operator Site has truncated or not the result set.
public BusinessDetail(BusinessEntitys businessEntitys,
boolean truncated)
truncated - Whether the Operator Site has truncated or not the result set.| Method Detail |
public BusinessEntitys getBusinessEntitys()
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.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 | |||||||||