|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.uddi.client.structures.request.Request
weblogic.uddi.client.structures.request.UpdateRequest
weblogic.uddi.client.structures.request.SaveService
public class SaveService
SaveService is used to register or update information related to a BusinessService.
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 |
---|
public SaveService()
Method Detail |
---|
public void addBusinessService(BusinessService businessService)
businessService
- New BusinessServicepublic void setBusinessServiceVector(Vector vector)
vector
- New set of BusinessServicepublic Vector getBusinessServiceVector()
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs103 Copyright 1996,2008, 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. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |