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

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

public class CorbaUnionEventProducer
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
CorbaUnionEventProducer(CorbaObjectHandler h, ServiceInfo sInfo, org.omg.CORBA.ORB o)
           
 
Method Summary
 java.util.List<javax.xml.stream.events.Attribute> getAttributes()
           
 
Methods inherited from class org.apache.cxf.binding.corba.types.AbstractStartEndEventProducer
getLocalName, getName, getNamespaces, getNestedTypes, getText, hasNext, next
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaUnionEventProducer

public CorbaUnionEventProducer(CorbaObjectHandler h,
                               ServiceInfo sInfo,
                               org.omg.CORBA.ORB o)
Method Detail

getAttributes

public java.util.List<javax.xml.stream.events.Attribute> getAttributes()
Specified by:
getAttributes in interface CorbaTypeEventProducer
Overrides:
getAttributes in class AbstractStartEndEventProducer


Apache CXF