BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.response
Class BindingDetail

java.lang.Object
  extended byweblogic.uddi.client.structures.response.Response
      extended byweblogic.uddi.client.structures.response.ListResponse
          extended byweblogic.uddi.client.structures.response.BindingDetail

public class BindingDetail
extends ListResponse

BindingDetail contains specific bindingTemplate information in response to a get_bindingDetail or find_binding inquiry message.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.response.ListResponse
truncated
 
Fields inherited from class weblogic.uddi.client.structures.response.Response
generic, operator
 
Constructor Summary
BindingDetail()
          Class constructor.
 
Method Summary
 void addBindingTemplate(BindingTemplate value)
          Adds a new binding template to the set of binding templates.
 Vector getBindingTemplateVector()
          Gets the set of binding templates.
 void setBindingTemplateVector(Vector value)
          Sets the values of binding templates.
 
Methods inherited from class weblogic.uddi.client.structures.response.ListResponse
isTruncated, setTruncated
 
Methods inherited from class weblogic.uddi.client.structures.response.Response
getGeneric, getOperator, setGeneric, setOperator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingDetail

public BindingDetail()
Class constructor.

Method Detail

addBindingTemplate

public void addBindingTemplate(BindingTemplate value)
Adds a new binding template to the set of binding templates.

Parameters:
value - the new binding template.

getBindingTemplateVector

public Vector getBindingTemplateVector()
Gets the set of binding templates.

Returns:
the current set of binding templates.

setBindingTemplateVector

public void setBindingTemplateVector(Vector value)
Sets the values of binding templates.

Parameters:
value - the new set of binding templates.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.