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