|
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.RegisteredInfo
RegisteredInfo represents a registeredInfo response message. The registeredInfo message returns overview information that is suitable for identifying all of the data published by the requester. Provided as part of the publishers API message set, this information is only provided when requested via a get_registeredInfo message over an SSL connection. For information, the XML syntax for a registeredInfo message is:
<registeredInfo generic="1.0" operator="uddi.sourceOperator" [truncated="false"] xmlns="urn:uddi-org:api">
<businessInfos>
<businessInfo businessKey="F5E65..." >
<name>My Company</name>
<serviceInfos>
<serviceInfo serviceKey="3D45...">
<name>Purchase Orders</name>
</serviceInfo>
</serviceInfos>
</businessInfo>
[<businessInfo/> ...]
</businessInfos>
<tModelInfos>
<tModelInfo tModelKey="34D5...">
<name>Proprietary XML purchase order</name>
</tModelInfo>
[<tModelInfo/> ...]
</tModelInfos>
</registeredInfo>
This message contains overview data about all of the types of information
published by a given publisher. This information is sufficient for driving
tools that display lists of registered information and then provide
drill-down features. This is the recommended structure for use after a
network problem results in an unknown status of saved information.
| Field Summary | |
protected BusinessInfos |
businessInfos
List of BusinessInfo. |
protected java.lang.String |
generic
The UDDI version in use. |
protected Operator |
operator
The characteristics of the Operator Site. |
protected TModelInfos |
tModelInfos
List of TModelInfo. |
protected boolean |
truncated
Whether the Operator Site has truncated or not the result set. |
| Constructor Summary | |
RegisteredInfo(BusinessInfos businessInfos,
TModelInfos tModelInfos,
boolean truncated)
RegisteredInfo constructor. |
|
RegisteredInfo(BusinessInfos businessInfos,
TModelInfos tModelInfos,
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 RegisteredInfo. |
BusinessInfos |
getBusinessInfos()
Gets the list of BusinessInfo. |
java.lang.String |
getGeneric()
Deprecated. as of UDDI V3.0 |
Operator |
getOperator()
Deprecated. as of UDDI V3.0 |
TModelInfos |
getTModelInfos()
Gets the list of TModelInfo. |
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 BusinessInfos businessInfos
protected TModelInfos tModelInfos
protected java.lang.String generic
protected Operator operator
protected boolean truncated
| Constructor Detail |
public RegisteredInfo(BusinessInfos businessInfos,
TModelInfos tModelInfos,
java.lang.String generic,
Operator operator,
boolean truncated)
businessInfos - List of BusinessInfo.tModelInfos - List of TModelInfo.generic - The UDDI verion in use.operator - The characteristics of the Operator Site.truncated - Whether the Operator Site has truncated or not the result set.
public RegisteredInfo(BusinessInfos businessInfos,
TModelInfos tModelInfos,
boolean truncated)
businessInfos - List of BusinessInfo.tModelInfos - List of TModelInfo.truncated - Whether the Operator Site has truncated or not the result set.| Method Detail |
public BusinessInfos getBusinessInfos()
public TModelInfos getTModelInfos()
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 | |||||||||