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 BusinessList
UDDIProxy. 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.BusinessList
UDDIProxy. find_business(IdentifierBag identifierBag, FindQualifiers findQualifiers, int maxRows)
Deprecated.This method has been deprecated.TModelList
UDDIProxy. 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.TModelList
UDDIProxy. 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 IdentifierBag
BusinessEntity. getIdentifierBag()
Methods in org.uddi4j.datatype.business with parameters of type IdentifierBag Modifier and Type Method Description void
BusinessEntity. 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 IdentifierBag
TModel. getIdentifierBag()
Methods in org.uddi4j.datatype.tmodel with parameters of type IdentifierBag Modifier and Type Method Description void
TModel. setIdentifierBag(IdentifierBag s)
-
Uses of IdentifierBag in org.uddi4j.request
Methods in org.uddi4j.request that return IdentifierBag Modifier and Type Method Description IdentifierBag
FindBusiness. getIdentifierBag()
IdentifierBag
FindTModel. getIdentifierBag()
Methods in org.uddi4j.request with parameters of type IdentifierBag Modifier and Type Method Description void
FindBusiness. setIdentifierBag(IdentifierBag s)
void
FindTModel. setIdentifierBag(IdentifierBag s)
-