Uses of Class
org.uddi4j.response.BusinessInfo
-
Packages that use BusinessInfo Package Description org.uddi4j.response -
-
Uses of BusinessInfo in org.uddi4j.response
Methods in org.uddi4j.response that return BusinessInfo Modifier and Type Method Description BusinessInfo
BusinessInfos. get(int index)
Retrieve the BusinessInfo at the specified index within the collection.Methods in org.uddi4j.response with parameters of type BusinessInfo Modifier and Type Method Description void
BusinessInfos. add(BusinessInfo b)
Add a BusinessInfo object to the collectionboolean
BusinessInfos. remove(BusinessInfo b)
Remove a BusinessInfo object from the collection
-