Oracle

weblogic.uddi.client.structures.datatypes
Class DiscoveryURLs

java.lang.Object
  extended by weblogic.uddi.client.structures.datatypes.DiscoveryURLs

public class DiscoveryURLs
extends Object

The discoveryURLs structure is a simple collection of discoveryURL structures.


Constructor Summary
DiscoveryURLs()
          Class constructor.
 
Method Summary
 void addDiscoveryURL(DiscoveryURL discoveryURL)
          Adds a new discovery URL to the set of discovery URLs.
 Vector getDiscoveryURLVector()
          Gets the set of discovery URLs.
 void setDiscoveryURLVector(Vector v)
          Sets the set of discovery URLs.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscoveryURLs

public DiscoveryURLs()
Class constructor.

Method Detail

getDiscoveryURLVector

public Vector getDiscoveryURLVector()
Gets the set of discovery URLs.

Returns:
the current set of discovery URLs.

setDiscoveryURLVector

public void setDiscoveryURLVector(Vector v)
Sets the set of discovery URLs.

Parameters:
v - the new set of discovery URLs.

addDiscoveryURL

public void addDiscoveryURL(DiscoveryURL discoveryURL)
Adds a new discovery URL to the set of discovery URLs.

Parameters:
discoveryURL - the new discovery URL.

Documentation is available at
http://edocs.bea.com/wls/docs103
Copyright 2008 Oracle