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

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

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

Constructor Detail

CorbaAnyEventProducer

public CorbaAnyEventProducer(CorbaObjectHandler h,
                             ServiceInfo info,
                             org.omg.CORBA.ORB orbRef)
Method Detail

getAttributes

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

getNamespaces

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


Apache CXF