Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-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
SequentialAccessOnlyException

getUddiElementList

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

Oracle Application Server Web Services UDDI Client API Reference
10g (9.0.4)

Part No. B10396-01

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