Uses of Class
com.ibm.uddi.util.TModelBag

Packages that use TModelBag
com.ibm.uddi.client   
com.ibm.uddi.request   
 

Uses of TModelBag in com.ibm.uddi.client
 

Methods in com.ibm.uddi.client with parameters of type TModelBag
 BindingDetail UDDIProxy.find_binding(FindQualifiers findQualifiers, java.lang.String serviceKey, TModelBag tmodelbag, int maxRows)
          The find_binding method returns a bindingDetail message that contains a bindingTemplates structure with zero or more bindingTemplate structures matching the criteria specified in the argument list.
 BusinessList UDDIProxy.find_business(TModelBag bag, FindQualifiers findQualifiers, int maxRows)
          The find_business message returns a businessList message that matches the conditions specified in the arguments.
 ServiceList UDDIProxy.find_service(java.lang.String businessKey, TModelBag bag, FindQualifiers findQualifiers, int maxRows)
          This function returns a serviceList on success.
 

Uses of TModelBag in com.ibm.uddi.request
 

Methods in com.ibm.uddi.request that return TModelBag
 TModelBag FindBusiness.getTModelBag()
           
 TModelBag FindBinding.getTModelBag()
           
 TModelBag FindService.getTModelBag()
           
 

Methods in com.ibm.uddi.request with parameters of type TModelBag
 void FindBusiness.setTModelBag(TModelBag s)
           
 void FindBinding.setTModelBag(TModelBag s)
           
 void FindService.setTModelBag(TModelBag s)
           
 

Constructors in com.ibm.uddi.request with parameters of type TModelBag
FindBinding(java.lang.String serviceKey, TModelBag tModelBag)
          Construct the object with required fields.
 



Copyright © 2001, International Business Machines Corporation. All Rights Reserved.