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 ServiceInfoServiceInfos. 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 voidServiceInfos. add(ServiceInfo s)Add a ServiceInfo object to the collectionbooleanServiceInfos. remove(ServiceInfo s)Remove a ServiceInfo object from the collection
-