|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CategoryBag | |
---|---|
org.uddi4j.client | |
org.uddi4j.datatype.business | |
org.uddi4j.datatype.service | |
org.uddi4j.datatype.tmodel | |
org.uddi4j.request |
Uses of CategoryBag in org.uddi4j.client |
---|
Methods in org.uddi4j.client with parameters of type CategoryBag | |
BusinessList |
UDDIProxy.find_business(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated. This method has been deprecated. Use UDDIProxy.find_business(Vector, DiscoveryURLs, IdentifierBag, CategoryBag, TModelBag,
FindQualifiers, int) instead |
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. |
ServiceList |
UDDIProxy.find_service(java.lang.String businessKey,
CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated. This method has been deprecated. Use UDDIProxy.find_service(String, Vector, CategoryBag, TModelBag, FindQualifiers, int) instead |
ServiceList |
UDDIProxy.find_service(java.lang.String businessKey,
java.util.Vector names,
CategoryBag categoryBag,
TModelBag tModelBag,
FindQualifiers findQualifiers,
int maxRows)
This function returns a serviceList on success. |
TModelList |
UDDIProxy.find_tModel(CategoryBag categoryBag,
FindQualifiers findQualifiers,
int maxRows)
Deprecated. This method has been deprecated. Use UDDIProxy.find_tModel(String, CategoryBag, IdentifierBag, FindQualifiers, int) instead |
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. |
Uses of CategoryBag in org.uddi4j.datatype.business |
---|
Methods in org.uddi4j.datatype.business that return CategoryBag | |
CategoryBag |
BusinessEntity.getCategoryBag()
|
Methods in org.uddi4j.datatype.business with parameters of type CategoryBag | |
void |
BusinessEntity.setCategoryBag(CategoryBag s)
|
Uses of CategoryBag in org.uddi4j.datatype.service |
---|
Methods in org.uddi4j.datatype.service that return CategoryBag | |
CategoryBag |
BusinessService.getCategoryBag()
|
Methods in org.uddi4j.datatype.service with parameters of type CategoryBag | |
void |
BusinessService.setCategoryBag(CategoryBag s)
|
Uses of CategoryBag in org.uddi4j.datatype.tmodel |
---|
Methods in org.uddi4j.datatype.tmodel that return CategoryBag | |
CategoryBag |
TModel.getCategoryBag()
|
Methods in org.uddi4j.datatype.tmodel with parameters of type CategoryBag | |
void |
TModel.setCategoryBag(CategoryBag s)
|
Uses of CategoryBag in org.uddi4j.request |
---|
Methods in org.uddi4j.request that return CategoryBag | |
CategoryBag |
FindBusiness.getCategoryBag()
|
CategoryBag |
FindService.getCategoryBag()
|
CategoryBag |
FindTModel.getCategoryBag()
|
Methods in org.uddi4j.request with parameters of type CategoryBag | |
void |
FindBusiness.setCategoryBag(CategoryBag s)
|
void |
FindService.setCategoryBag(CategoryBag s)
|
void |
FindTModel.setCategoryBag(CategoryBag s)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |