BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.uddi.client.structures.datatypes
Class DiscoveryURLs

java.lang.Object
  extended byweblogic.uddi.client.structures.datatypes.DiscoveryURLs

public class DiscoveryURLs
extends Object

The discoveryURLs structure is a simple collection of discoveryURL structures.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

addDiscoveryURL

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

Parameters:
discoveryURL - the new discovery URL.

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.

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.