|
Oracle® Application Server Web Services UDDI Client API Reference 10g Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.CALLERThe life cycle of the element returned by the iterator is controlled by the caller of the iterator. |
static IteratorElementLifeCycle |
IteratorElementLifeCycle.NEXT_SHADOWThe life cycle of the element returned by the iterator is from the next() call to the following next() call. |
static IteratorElementLifeCycle |
IteratorElementLifeCycle.NEXT_FULLThe 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 Release 2 (10.1.2) Part No. B13971-01 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||