Uses of Class
org.uddi4j.util.DiscoveryURL
-
Packages that use DiscoveryURL Package Description org.uddi4j.util -
-
Uses of DiscoveryURL in org.uddi4j.util
Methods in org.uddi4j.util that return DiscoveryURL Modifier and Type Method Description DiscoveryURLDiscoveryURLs. get(int index)Retrieve the DiscoveryURL at the specified index within the collection.Methods in org.uddi4j.util with parameters of type DiscoveryURL Modifier and Type Method Description voidDiscoveryURLs. add(DiscoveryURL d)Add a DiscoveryURL object to the collectionbooleanDiscoveryURLs. remove(DiscoveryURL d)Remove a DiscoveryURL object from the collection
-