weblogic.uddi.client.structures.request
Class DeleteService
java.lang.Object
  
weblogic.uddi.client.structures.request.Request
      
weblogic.uddi.client.structures.request.UpdateRequest
          
weblogic.uddi.client.structures.request.DeleteService
public class DeleteService
- extends UpdateRequest
 
The delete_service message is used to remove one or more businessService structures.
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
DeleteService
public DeleteService()
- Class Constructor
 
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