Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

oracle.uddi.message.util
Interface BagRandomAccessor

All Known Implementing Classes:
UddiElementBag

public interface BagRandomAccessor

Random access interface to a bag of UddiElements of the same type. Examples include categoryBag, discoveryURLs, etc.

See Also:
BagSequentialAccessor

Method Summary
 java.util.List getUddiElementList()
           
 void setUddiElementList(java.util.List listUddiElt)
           

 

Method Detail

setUddiElementList

public void setUddiElementList(java.util.List listUddiElt)
                        throws SequentialAccessOnlyException
Throws:
SequentialAccessOnlyException

getUddiElementList

public java.util.List getUddiElementList()
                                  throws SequentialAccessOnlyException
Throws:
SequentialAccessOnlyException

Oracle® Application Server Web Services UDDI Client API Reference
10g Release 2 (10.1.2)

Part No. B13971-01

Copyright © 2001, 2004, Oracle. All rights reserved.