|
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.TModelDetail
TModelDetail represents a tModelDetail response message. The tModelDetail message returns one or more complete tModel data sets in response to a get_tModelDetail inquiry message.
For information, the XML syntax for a tModelDetail message is:
<tModelDetail generic="1.0" operator="uddi.sourceOperator" [truncated="false"] xmlns="urn:uddi-org:api">
<tModel tModelKey="F5E65..." authorizedName="J. Doe" operator="uddi.publishingOperator" >
...
</tModel>
[<tModel/> ...]
</tModelDetail>
Because tModel structures are top-level data (e.g. able to stand alone with
no parent containers) the authorizedName value is expressed. This is the
name of the person whose account was used to register the data. The two
expressions of the operator attribute each express the distinguished name of
the Operator Registry Site that is providing the data and the operator where
the data is managed.
| Field Summary | |
protected java.lang.String |
generic
The UDDI version in use. |
protected Operator |
operator
The characteristics of the Operator Site. |
protected TModels |
tModels
The list of TModel elements. |
protected boolean |
truncated
Whether the Operator Site has truncated or not the result set. |
| Constructor Summary | |
TModelDetail(TModels tModels,
boolean truncated)
TModelDetail constructor. |
|
TModelDetail(TModels tModels,
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 TModelDetail. |
java.lang.String |
getGeneric()
Deprecated. as of UDDI V3.0 |
Operator |
getOperator()
Deprecated. as of UDDI V3.0 |
TModels |
getTModels()
Gets the TModels found through the get_businessDetail call. |
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 TModels tModels
protected java.lang.String generic
protected Operator operator
protected boolean truncated
| Constructor Detail |
public TModelDetail(TModels tModels,
java.lang.String generic,
Operator operator,
boolean truncated)
tModels - The list of TModel elements (there must be at least one).generic - operator - Operator object characterising the Operator Site.truncated - Whether the Operator Site has truncated or not the result set.
public TModelDetail(TModels tModels,
boolean truncated)
tModels - The list of TModel elements (there must be at least one).truncated - Whether the Operator Site has truncated or not the result set.| Method Detail |
public TModels getTModels()
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 | |||||||||