Apache CXF API

org.apache.cxf.binding.corba.types
Class HandlerIterator

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.HandlerIterator
All Implemented Interfaces:
Iterator<CorbaObjectHandler>

public class HandlerIterator
extends Object
implements Iterator<CorbaObjectHandler>


Constructor Summary
HandlerIterator(CorbaMessage msg, boolean server)
           
 
Method Summary
 boolean hasNext()
           
 CorbaObjectHandler next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HandlerIterator

public HandlerIterator(CorbaMessage msg,
                       boolean server)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<CorbaObjectHandler>

next

public CorbaObjectHandler next()
Specified by:
next in interface Iterator<CorbaObjectHandler>

remove

public void remove()
Specified by:
remove in interface Iterator<CorbaObjectHandler>

Apache CXF API

Apache CXF