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