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 BusinessInfoBusinessInfos. 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 voidBusinessInfos. add(BusinessInfo b)Add a BusinessInfo object to the collectionbooleanBusinessInfos. remove(BusinessInfo b)Remove a BusinessInfo object from the collection
-