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

Part Number E13941-02

Uses of Class
weblogic.uddi.client.structures.datatypes.BusinessEntity

Packages that use BusinessEntity
weblogic.uddi.client.structures.datatypes Provides classes for UDDI client datatypes. 
weblogic.uddi.client.structures.request Provides classes for UDDI client requests. 
weblogic.uddi.client.structures.response Provides classes for UDDI client response. 
 

Uses of BusinessEntity in weblogic.uddi.client.structures.datatypes
 

Methods in weblogic.uddi.client.structures.datatypes that return BusinessEntity
 BusinessEntity BusinessEntityExt.getBusinessEntity()
          Gets the business entity.
 

Methods in weblogic.uddi.client.structures.datatypes with parameters of type BusinessEntity
 void BusinessEntityExt.setBusinessEntity(BusinessEntity be)
          Sets the business entity.
 

Uses of BusinessEntity in weblogic.uddi.client.structures.request
 

Methods in weblogic.uddi.client.structures.request that return BusinessEntity
 BusinessEntity ValidateCategorization.getBusinessEntity()
          Get the value of businessEntity
 

Methods in weblogic.uddi.client.structures.request with parameters of type BusinessEntity
 void SaveBusiness.addBusinessEntity(BusinessEntity businessEntity)
          Add a new BusinessEntity to the current set of BusinessEntity
 void ValidateCategorization.setBusinessEntity(BusinessEntity value)
          Sets the value of businessEntity
 

Uses of BusinessEntity in weblogic.uddi.client.structures.response
 

Methods in weblogic.uddi.client.structures.response with parameters of type BusinessEntity
 void BusinessDetail.addBusinessEntity(BusinessEntity businessEntity)
          Add a new business entity to the current set of business entities
 


Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
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.

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

Part Number E13941-02