|
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.SaveBinding
public class SaveBinding
save_binding message is used to save or update binding template 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 | |
---|---|
SaveBinding()
Class Constructor |
Method Summary | |
---|---|
void |
addBindingTemplate(BindingTemplate bindingTemplate)
Add a new BindingTemplate to the current set of BindingTemplates |
Vector |
getBindingTemplateVector()
Gets the current set of BindingTemplate |
void |
setBindingTemplateVector(Vector vector)
Sets a new set of BindingTemplate |
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 SaveBinding()
Method Detail |
---|
public void addBindingTemplate(BindingTemplate bindingTemplate)
bindingTemplate
- New BindingTemplatepublic void setBindingTemplateVector(Vector vector)
vector
- New set of BindingTemplatepublic Vector getBindingTemplateVector()
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |