Ruddi™ UDDI Client API
1.0

inspireit.uddi.response
Class BusinessDetailExt

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

Deprecated. as of UDDI V3.0

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

BusinessDetailExt represents a businessDetailExt response message. The businessDetailExt message returns one or more complete businessEntity data sets in response to a get_businessDetailExt inquiry message. This is the same data returned by the businessDetail messages, but is provided for consistency with third party extensions to businessEntity information.

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

 <businessDetailExt generic="1.0" operator="uddi.sourceOperator" truncated="true" xmlns="urn:uddi-org:api" >
     <businessEntity businessKey="F5E65..." authorizedName="J. Doe" operator="uddi.publishingOperator" >
         ...
     </businessEntity>
     [<businessEntity/> ...]
 </businessDetailExt>

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

Field Summary
protected  BusinessEntityExts businessEntityExts
          Deprecated. The BusinessEntityExts result of the execution of the query.
protected  java.lang.String generic
          Deprecated. The UDDI version in use.
protected  Operator operator
          Deprecated. The characteristics of the Operator Site.
protected  boolean truncated
          Deprecated. Whether the Operator Site has truncated or not the result set.
 
Constructor Summary
BusinessDetailExt(BusinessEntityExts businessEntityExts, java.lang.String generic, Operator operator, boolean truncated)
          Deprecated. BusinessDetailExt constructor.
 
Method Summary
 boolean equals(java.lang.Object o)
          Deprecated. Checks whether an object is equal to this BusinessDetailExt.
 BusinessEntityExts getBusinessEntityExts()
          Deprecated. Gets the BusinessEntityExts result of the execution of the query.
 java.lang.String getGeneric()
          Deprecated. Gets the UDDI version in use.
 Operator getOperator()
          Deprecated. Gets the characteristics of the Operator Site.
 boolean isTruncated()
          Deprecated. Checks whether the Operator Site has truncated the result set.
 java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
          Deprecated. Visits this UDDI element.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

businessEntityExts

protected BusinessEntityExts businessEntityExts
Deprecated. 
The BusinessEntityExts result of the execution of the query.


generic

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


operator

protected Operator operator
Deprecated. 
The characteristics of the Operator Site.


truncated

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

Constructor Detail

BusinessDetailExt

public BusinessDetailExt(BusinessEntityExts businessEntityExts,
                         java.lang.String generic,
                         Operator operator,
                         boolean truncated)
Deprecated. 
BusinessDetailExt constructor.

Parameters:
businessEntityExts - The BusinessEntityExts 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.
Method Detail

getBusinessEntityExts

public BusinessEntityExts getBusinessEntityExts()
Deprecated. 
Gets the BusinessEntityExts result of the execution of the query.

Returns:
the BusinessEntityExts result of the execution of the query

getGeneric

public java.lang.String getGeneric()
Deprecated. 
Gets the UDDI version in use.

Returns:
the UDDI version in use

getOperator

public Operator getOperator()
Deprecated. 
Gets the characteristics of the Operator Site.

Returns:
the characteristics of the Operator Site as an Operator object

isTruncated

public boolean isTruncated()
Deprecated. 
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)
Deprecated. 
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)
Deprecated. 
Checks whether an object is equal to this BusinessDetailExt.

Overrides:
equals in class java.lang.Object
Parameters:
o - The object to test for equality.
Returns:
true if o and this BusinessDetailExt 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.