Apache CXF API

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, ORB orbRef)
           
 
Method Summary
 List<Attribute> getAttributes()
           
 List<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,
                             ORB orbRef)
Method Detail

getAttributes

public List<Attribute> getAttributes()
Specified by:
getAttributes in interface CorbaTypeEventProducer
Overrides:
getAttributes in class AbstractStartEndEventProducer

getNamespaces

public List<Namespace> getNamespaces()
Specified by:
getNamespaces in interface CorbaTypeEventProducer
Overrides:
getNamespaces in class AbstractStartEndEventProducer

Apache CXF API

Apache CXF