Ruddi™ UDDI Client API
1.0

inspireit.uddi.response
Class BindingDetail

java.lang.Object
  |
  +--inspireit.uddi.response.BindingDetail
All Implemented Interfaces:
java.io.Serializable, inspireit.uddi.util.visitors.UDDIElement

public class BindingDetail
extends java.lang.Object
implements java.io.Serializable, inspireit.uddi.util.visitors.UDDIElement

BindingDetail represents a bindingDetail response message. The bindingDetail message returns specific bindingTemplate information in response to a get_bindingDetail or find_binding inquiry message.

For information, the XML syntax for a bindingDetail message is:

 <bindingDetail generic="1.0" operator="uddi.someoperator" truncated="true" xmlns="urn:uddi-org:api" >
     <bindingTemplate bindingKey="F5E65..." serviceKey="E4D6..." >
         ...
     </bindingTemplate>
     [</bindingTemplate> ...]
 </bindingDetail>

Author:
Bertrand Fontaine, INSPIRE IT $Revision: 1.2 $
See Also:
Serialized Form

Field Summary
protected  BindingTemplates bindingTemplates
          The BindingTemplates 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
BindingDetail(BindingTemplates bindingTemplates, boolean truncated)
          BindingDetail constructor.
BindingDetail(BindingTemplates bindingTemplates, 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 BindingDetail.
 BindingTemplates getBindingTemplates()
          Gets the BindingTemplates 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

bindingTemplates

protected BindingTemplates bindingTemplates
The BindingTemplates result of the execution of the query.


generic

protected java.lang.String generic
The UDDI version in use.


operator

protected Operator operator
The characteristics of the Operator Site.


truncated

protected boolean truncated
Whether the Operator Site has truncated or not the result set.

Constructor Detail

BindingDetail

public BindingDetail(BindingTemplates bindingTemplates,
                     java.lang.String generic,
                     Operator operator,
                     boolean truncated)
Deprecated. as of UDDI V3.0

BindingDetail constructor.

Parameters:
bindingTemplates - The BindingTemplates result of the execution of the query.
generic - The UDDI version in use.
operator - Operator The characteristics of the Operator Site.
truncated - Whether the Operator Site has truncated or not the result set.

BindingDetail

public BindingDetail(BindingTemplates bindingTemplates,
                     boolean truncated)
BindingDetail constructor.

Parameters:
bindingTemplates - The BindingTemplates result of the execution of the query.
truncated - Whether the Operator Site has truncated or not the result set.
Since:
UDDI V3.0
Method Detail

getBindingTemplates

public BindingTemplates getBindingTemplates()
Gets the BindingTemplates result of the execution of the query.

Returns:
the BindingTemplates result of the execution of the query

getGeneric

public java.lang.String getGeneric()
Deprecated. as of UDDI V3.0

Gets the UDDI version in use.

Returns:
the UDDI version in use

getOperator

public Operator getOperator()
Deprecated. as of UDDI V3.0

Gets the characteristics of the Operator Site.

Returns:
the characteristics of the Operator Site

isTruncated

public boolean isTruncated()
Checks whether the Operator Site has truncated the result set.

Returns:
true if the Operator Site has truncated the result set; false otherwise

visit

public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element.

Specified by:
visit in interface inspireit.uddi.util.visitors.UDDIElement
Parameters:
visitor - The visiting UDDI object.

equals

public boolean equals(java.lang.Object o)
Checks whether an object is equal to this BindingDetail.

Overrides:
equals in class java.lang.Object
Parameters:
o - The object to test for equality.
Returns:
true if o and this BindingDetail are equal; false otherwise

Ruddi™ UDDI Client API
1.0

Download now! | Submit a bug or feature
(c) 2003 INSPIRE IT
Bld Brand Whitlock 109
1200 Brussels, Belgium
All Rights Reserved.