|
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.GetBusinessDetail
public class GetBusinessDetail
The get_businessDetail message is used to obtain detail information about one or more business entities. To retrieve the information, one or more business keys are required.
Field Summary |
---|
Fields inherited from class weblogic.uddi.client.structures.request.Request |
---|
generic, xmlns |
Constructor Summary | |
---|---|
GetBusinessDetail()
Class Constructor |
Method Summary | |
---|---|
void |
addBusinessKey(String businessKey)
Add a new BusinessKey to the set of current BusinessKey |
Vector |
getBusinessKeyVector()
Gets the current set of BusinessKey |
void |
setBusinessKeyVector(Vector keyVector)
Sets a new set of BusinessKeys |
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 GetBusinessDetail()
Method Detail |
---|
public void addBusinessKey(String businessKey)
businessKey
- New BusinessKeypublic void setBusinessKeyVector(Vector keyVector)
keyVector
- New BusinessKey setpublic Vector getBusinessKeyVector()
|
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 |