|
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.ServiceInfos
Collection of ServiceInfos.
| Field Summary | |
protected java.util.Vector |
serviceInfos
Vector containing the service informations (ServiceInfo objects). |
| Constructor Summary | |
ServiceInfos()
ServiceInfos constructor. |
|
| Method Summary | |
boolean |
add(ServiceInfo serviceInfo)
Adds a ServiceInfo to this ServiceInfo set. |
boolean |
equals(java.lang.Object o)
Tests an object for equality. |
ServiceInfoIterator |
iterator()
Gets an iterator to browse through the various ServiceInfo elements. |
boolean |
remove(ServiceInfo serviceInfo)
Removes a ServiceInfo from this ServiceInfo set. |
int |
size()
Gets the number of ServiceInfos of this collection. |
ServiceInfo[] |
toArray()
Gets the ServiceInfo 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 serviceInfos
| Constructor Detail |
public ServiceInfos()
| Method Detail |
public boolean add(ServiceInfo serviceInfo)
serviceInfo - The ServiceInfo to add to this ServiceInfo set.public boolean remove(ServiceInfo serviceInfo)
serviceInfo - The ServiceInfo to remove from this ServiceInfo set.public ServiceInfoIterator iterator()
public ServiceInfo[] toArray()
public int size()
public java.lang.Object visit(inspireit.uddi.util.visitors.UDDIVisitor visitor)
visit in interface inspireit.uddi.util.visitors.UDDIElementvisitor - The visiting UDDI object.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 | |||||||||