Uses of Class
org.uddi4j.util.IdentifierBag
-
Packages that use IdentifierBag Package Description org.uddi4j.client org.uddi4j.datatype.business org.uddi4j.datatype.tmodel org.uddi4j.request -
-
Uses of IdentifierBag in org.uddi4j.client
Methods in org.uddi4j.client with parameters of type IdentifierBag Modifier and Type Method Description BusinessListUDDIProxy. find_business(java.util.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.BusinessListUDDIProxy. find_business(IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)Deprecated.This method has been deprecated.TModelListUDDIProxy. find_tModel(java.lang.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.TModelListUDDIProxy. find_tModel(IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)Deprecated.This method has been deprecated. -
Uses of IdentifierBag in org.uddi4j.datatype.business
Methods in org.uddi4j.datatype.business that return IdentifierBag Modifier and Type Method Description IdentifierBagBusinessEntity. getIdentifierBag()Methods in org.uddi4j.datatype.business with parameters of type IdentifierBag Modifier and Type Method Description voidBusinessEntity. setIdentifierBag(IdentifierBag s) -
Uses of IdentifierBag in org.uddi4j.datatype.tmodel
Methods in org.uddi4j.datatype.tmodel that return IdentifierBag Modifier and Type Method Description IdentifierBagTModel. getIdentifierBag()Methods in org.uddi4j.datatype.tmodel with parameters of type IdentifierBag Modifier and Type Method Description voidTModel. setIdentifierBag(IdentifierBag s) -
Uses of IdentifierBag in org.uddi4j.request
Methods in org.uddi4j.request that return IdentifierBag Modifier and Type Method Description IdentifierBagFindBusiness. getIdentifierBag()IdentifierBagFindTModel. getIdentifierBag()Methods in org.uddi4j.request with parameters of type IdentifierBag Modifier and Type Method Description voidFindBusiness. setIdentifierBag(IdentifierBag s)voidFindTModel. setIdentifierBag(IdentifierBag s)
-