Uses of Class
org.uddi4j.util.CategoryBag
Packages that use CategoryBag
Package
Description
-
Uses of CategoryBag in org.uddi4j.client
Methods in org.uddi4j.client with parameters of type CategoryBagModifier and TypeMethodDescriptionUDDIProxy.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(CategoryBag categoryBag, FindQualifiers findQualifiers, int maxRows) Deprecated.This method has been 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, CategoryBag categoryBag, FindQualifiers findQualifiers, int maxRows) Deprecated.This method has been deprecated.UDDIProxy.find_tModel(String name, CategoryBag categoryBag, IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows) This find_tModel message is for locating a list of tModel entries that match a set of specific criteria.UDDIProxy.find_tModel(CategoryBag categoryBag, FindQualifiers findQualifiers, int maxRows) Deprecated.This method has been deprecated. -
Uses of CategoryBag in org.uddi4j.datatype.business
Methods in org.uddi4j.datatype.business that return CategoryBagMethods in org.uddi4j.datatype.business with parameters of type CategoryBag -
Uses of CategoryBag in org.uddi4j.datatype.service
Methods in org.uddi4j.datatype.service that return CategoryBagMethods in org.uddi4j.datatype.service with parameters of type CategoryBag -
Uses of CategoryBag in org.uddi4j.datatype.tmodel
Methods in org.uddi4j.datatype.tmodel that return CategoryBagMethods in org.uddi4j.datatype.tmodel with parameters of type CategoryBag -
Uses of CategoryBag in org.uddi4j.request
Methods in org.uddi4j.request that return CategoryBagModifier and TypeMethodDescriptionFindBusiness.getCategoryBag()FindService.getCategoryBag()FindTModel.getCategoryBag()Methods in org.uddi4j.request with parameters of type CategoryBagModifier and TypeMethodDescriptionvoidFindBusiness.setCategoryBag(CategoryBag s) voidFindService.setCategoryBag(CategoryBag s) voidFindTModel.setCategoryBag(CategoryBag s)