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 DiscoveryURL
DiscoveryURLs. 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 void
DiscoveryURLs. add(DiscoveryURL d)
Add a DiscoveryURL object to the collectionboolean
DiscoveryURLs. remove(DiscoveryURL d)
Remove a DiscoveryURL object from the collection
-