Apache CXF API

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

java.lang.Object
  extended by org.apache.cxf.binding.corba.types.AbstractStartEndEventProducer
      extended by org.apache.cxf.binding.corba.types.CorbaStructEventProducer
All Implemented Interfaces:
CorbaTypeEventProducer

public class CorbaStructEventProducer
extends AbstractStartEndEventProducer


Field Summary
 
Fields inherited from class org.apache.cxf.binding.corba.types.AbstractStartEndEventProducer
currentEventProducer, iterator, name, orb, producers, serviceInfo, state, states
 
Constructor Summary
CorbaStructEventProducer(CorbaObjectHandler h, ServiceInfo service, ORB orbRef)
           
 
Method Summary
 int next()
           
 
Methods inherited from class org.apache.cxf.binding.corba.types.AbstractStartEndEventProducer
getAttributes, getLocalName, getName, getNamespaces, getNestedTypes, getText, hasNext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaStructEventProducer

public CorbaStructEventProducer(CorbaObjectHandler h,
                                ServiceInfo service,
                                ORB orbRef)
Method Detail

next

public int next()
Specified by:
next in interface CorbaTypeEventProducer
Overrides:
next in class AbstractStartEndEventProducer

Apache CXF API

Apache CXF