BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.request
Class SaveService

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

public class SaveService
extends UpdateRequest

SaveService is used to register or update information related to a BusinessService.

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
SaveService()
          Class Constructor
 
Method Summary
 void addBusinessService(BusinessService businessService)
          Add a new BusinessService to the current set of BusinessService
 Vector getBusinessServiceVector()
          Gets the current set of BusinessService
 void setBusinessServiceVector(Vector vector)
          Sets a new set of BusinessService
 
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

SaveService

public SaveService()
Class Constructor

Method Detail

addBusinessService

public void addBusinessService(BusinessService businessService)
Add a new BusinessService to the current set of BusinessService

Parameters:
businessService - New BusinessService

getBusinessServiceVector

public Vector getBusinessServiceVector()
Gets the current set of BusinessService

Returns:
Current set of BusinessService

setBusinessServiceVector

public void setBusinessServiceVector(Vector vector)
Sets a new set of BusinessService

Parameters:
vector - New set of BusinessService

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