|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--inspireit.uddi.collections.DiscoveryURLs
Collection of DiscoveryURLs.
| Field Summary | |
protected java.util.Vector |
discoveryURLs
Vector containing the binding templates (DiscoveryURL objects). |
| Constructor Summary | |
DiscoveryURLs(DiscoveryURL discoveryURL)
DiscoveryURLs constructor. |
|
| Method Summary | |
boolean |
add(DiscoveryURL discoveryURL)
Adds a DiscoveryURL to this DiscoveryURL set. |
boolean |
equals(java.lang.Object o)
Two DiscoveryURLs are equal if and only if they list the same set of URL. |
DiscoveryURLIterator |
iterator()
Gets a DiscoveryURL iterator. |
boolean |
remove(DiscoveryURL discoveryURL)
Removes a DiscoveryURL from this DiscoveryURL set. |
int |
size()
Gets the number of Contacts part of this collection. |
DiscoveryURL[] |
toArray()
Gets the DiscoveryURL elements of this collection as an array. |
java.lang.Object |
visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
Visits this UDDI element. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.util.Vector discoveryURLs
| Constructor Detail |
public DiscoveryURLs(DiscoveryURL discoveryURL)
discoveryURL - The first DiscoveryURL of the collection.| Method Detail |
public boolean add(DiscoveryURL discoveryURL)
discoveryURL - The DiscoveryURL to add to this DiscoveryURL set.public boolean remove(DiscoveryURL discoveryURL)
public DiscoveryURLIterator iterator()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.public DiscoveryURL[] toArray()
public int size()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - The object to test for equality
|
Ruddi™ UDDI Client API 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||