Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05

weblogic.uddi.client.structures.request
Class GetBusinessDetail

java.lang.Object
  extended by weblogic.uddi.client.structures.request.Request
      extended by weblogic.uddi.client.structures.request.GetBusinessDetail
Direct Known Subclasses:
GetBusinessDetailExt

public class GetBusinessDetail
extends Request

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

GetBusinessDetail

public GetBusinessDetail()
Class Constructor

Method Detail

addBusinessKey

public void addBusinessKey(String businessKey)
Add a new BusinessKey to the set of current BusinessKey

Parameters:
businessKey - New BusinessKey

setBusinessKeyVector

public void setBusinessKeyVector(Vector keyVector)
Sets a new set of BusinessKeys

Parameters:
keyVector - New BusinessKey set

getBusinessKeyVector

public Vector getBusinessKeyVector()
Gets the current set of BusinessKey

Returns:
Current set of BusinessKey

Copyright 1996, 2011, 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.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.5)

Part Number E13941-05