oracle.uddi.message.util
Interface BagRandomAccessor
- All Known Implementing Classes:
- UddiElementBag
- public abstract interface BagRandomAccessor
Random access interface to a bag of UddiElements of the same type.
Examples include categoryBag, discoveryURLs, etc.
- See Also:
BagSequentialAccessor
setUddiElementList
public void setUddiElementList(java.util.List listUddiElt)
throws SequentialAccessOnlyException
getUddiElementList
public java.util.List getUddiElementList()
throws SequentialAccessOnlyException
Copyright © 2001 - Oracle Corporation