Uses of Class
org.uddi4j.util.TModelBag
Packages that use TModelBag
-
Uses of TModelBag in org.uddi4j.client
Methods in org.uddi4j.client with parameters of type TModelBagModifier and TypeMethodDescriptionUDDIProxy.find_binding(FindQualifiers findQualifiers, 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.UDDIProxy.find_business(Vector names, DiscoveryURLs discoveryURLs, IdentifierBag identifierBag, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) The find_business message returns a businessList message that matches the conditions specified in the arguments.UDDIProxy.find_business(TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) Deprecated.UDDIProxy.find_service(String businessKey, Vector names, CategoryBag categoryBag, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) This function returns a serviceList on success.UDDIProxy.find_service(String businessKey, TModelBag tModelBag, FindQualifiers findQualifiers, int maxRows) Deprecated.This method has been deprecated. -
Uses of TModelBag in org.uddi4j.request
Methods in org.uddi4j.request that return TModelBagModifier and TypeMethodDescriptionFindBinding.getTModelBag()FindBusiness.getTModelBag()FindService.getTModelBag()Methods in org.uddi4j.request with parameters of type TModelBagModifier and TypeMethodDescriptionvoidFindBinding.setTModelBag(TModelBag s) voidFindBusiness.setTModelBag(TModelBag s) voidFindService.setTModelBag(TModelBag s) Constructors in org.uddi4j.request with parameters of type TModelBagModifierConstructorDescriptionFindBinding(String serviceKey, TModelBag tModelBag) Construct the object with required fields.
UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag, FindQualifiers, int)instead