BEA Systems, Inc.

weblogic.uddi.client.structures.response
Class BindingDetail

java.lang.Object
  extended by weblogic.uddi.client.structures.response.Response
      extended by weblogic.uddi.client.structures.response.ListResponse
          extended by weblogic.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.


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.

setBindingTemplateVector

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

Parameters:
value - the new set of binding templates.

getBindingTemplateVector

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

Returns:
the current set of binding templates.

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