public class HandlerIterator extends Object implements Iterator<CorbaObjectHandler>
| Constructor and Description |
|---|
HandlerIterator(CorbaMessage msg,
boolean server) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
CorbaObjectHandler |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic HandlerIterator(CorbaMessage msg, boolean server)
public boolean hasNext()
hasNext in interface Iterator<CorbaObjectHandler>public CorbaObjectHandler next()
next in interface Iterator<CorbaObjectHandler>public void remove()
remove in interface Iterator<CorbaObjectHandler>Apache CXF