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

Part No. B10396-01

Uses of Class
oracle.uddi.message.IteratorElementLifeCycle

Packages that use IteratorElementLifeCycle
oracle.uddi.message Provides classes that represent the data structures in UDDI API XML messages as well as some utilities related to XML messaging. 

 

Uses of IteratorElementLifeCycle in oracle.uddi.message

 

Fields in oracle.uddi.message declared as IteratorElementLifeCycle
static IteratorElementLifeCycle IteratorElementLifeCycle.CALLER
          The life cycle of the element returned by the iterator is controlled by the caller of the iterator.
static IteratorElementLifeCycle IteratorElementLifeCycle.NEXT_SHADOW
          The life cycle of the element returned by the iterator is from the next() call to the following next() call.
static IteratorElementLifeCycle IteratorElementLifeCycle.NEXT_FULL
          The life cycle of the element returned by the iterator is from the next() call to the following next() call.

 

Methods in oracle.uddi.message that return IteratorElementLifeCycle
 IteratorElementLifeCycle UddiElementIterator.getElementLifeCycle()
          Is the element returned in next() call reused in the subsequenet next() calls.

 


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

Part No. B10396-01

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