Oracle

weblogic.uddi.client.structures.request
Class GetBindingDetail

java.lang.Object
  extended by weblogic.uddi.client.structures.request.Request
      extended by weblogic.uddi.client.structures.request.GetBindingDetail

public class GetBindingDetail
extends Request

The get_bindingDetail message is used to obtain the runtime bindingTemplate information location. To retrieve the information, one or more binding keys are required to match.


Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.request.Request
generic, xmlns
 
Constructor Summary
GetBindingDetail()
          Class Constructor
 
Method Summary
 void addBindingKey(String bindingKey)
          Add a new BindingKey to the set of Binding Key
 Vector getBindingKeyVector()
          Gets the current set of Binding Keys.
 void setBindingKeyVector(Vector keyVector)
          Set a new set of Binding Keys
 
Methods inherited from class weblogic.uddi.client.structures.request.Request
getGeneric, getXMLns, setGeneric, setXMLns
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetBindingDetail

public GetBindingDetail()
Class Constructor

Method Detail

addBindingKey

public void addBindingKey(String bindingKey)
Add a new BindingKey to the set of Binding Key

Parameters:
bindingKey - Value of new BindingKey

setBindingKeyVector

public void setBindingKeyVector(Vector keyVector)
Set a new set of Binding Keys

Parameters:
keyVector - Set of Binding Keys

getBindingKeyVector

public Vector getBindingKeyVector()
Gets the current set of Binding Keys.

Returns:
Current set of Binding Keys

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs103
Copyright 1996,2008, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.