Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

weblogic.uddi.client.structures.request
Class DeleteBinding

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

public class DeleteBinding
extends UpdateRequest

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


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

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

Copyright 1996, 2011, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05