BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.request
Class DeleteBinding

java.lang.Object
  extended byweblogic.uddi.client.structures.request.Request
      extended byweblogic.uddi.client.structures.request.UpdateRequest
          extended byweblogic.uddi.client.structures.request.DeleteBinding

public class DeleteBinding
extends UpdateRequest

The delete_binding message causes one or more bindingTemplate to be deleted.

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

Field Summary
 
Fields inherited from class weblogic.uddi.client.structures.request.UpdateRequest
authInfo
 
Fields inherited from class weblogic.uddi.client.structures.request.Request
generic, xmlns
 
Constructor Summary
DeleteBinding()
          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.UpdateRequest
getAuthInfo, setAuthInfo
 
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

DeleteBinding

public DeleteBinding()
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

getBindingKeyVector

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

Returns:
Current set of Binding Keys

setBindingKeyVector

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

Parameters:
keyVector - Set of Binding Keys

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