BEA Systems, Inc.

weblogic.uddi.client.structures.request
Class DeleteService

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.DeleteService

public class DeleteService
extends UpdateRequest

The delete_service message is used to remove one or more businessService structures.


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
DeleteService()
          Class Constructor
 
Method Summary
 void addServiceKey(String serviceKey)
          Add new ServiceKey value to the set of ServiceKeys
 Vector getServiceKeyVector()
          Gets the set of ServiceKeys
 void setServiceKeyVector(Vector keyVector)
          Sets new set of ServiceKeys
 
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

DeleteService

public DeleteService()
Class Constructor

Method Detail

addServiceKey

public void addServiceKey(String serviceKey)
Add new ServiceKey value to the set of ServiceKeys

Parameters:
serviceKey - New ServiceKey value

setServiceKeyVector

public void setServiceKeyVector(Vector keyVector)
Sets new set of ServiceKeys

Parameters:
keyVector - Set of ServiceKeys

getServiceKeyVector

public Vector getServiceKeyVector()
Gets the set of ServiceKeys

Returns:
Set of ServiceKeys

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