Apache CXF API

Uses of Interface
org.apache.cxf.binding.corba.types.CorbaTypeEventProducer

Packages that use CorbaTypeEventProducer
org.apache.cxf.binding.corba.runtime   
org.apache.cxf.binding.corba.types   
 

Uses of CorbaTypeEventProducer in org.apache.cxf.binding.corba.runtime
 

Constructors in org.apache.cxf.binding.corba.runtime with parameters of type CorbaTypeEventProducer
CorbaStreamReader(CorbaTypeEventProducer evProducer)
           
 

Uses of CorbaTypeEventProducer in org.apache.cxf.binding.corba.types
 

Classes in org.apache.cxf.binding.corba.types that implement CorbaTypeEventProducer
 class AbstractNoStartEndEventProducer
           
 class AbstractStartEndEventProducer
           
 class CorbaAnonStructEventProducer
           
 class CorbaAnyEventProducer
           
 class CorbaArrayEventProducer
           
 class CorbaEnumEventProducer
           
 class CorbaExceptionEventProducer
           
 class CorbaFixedEventProducer
           
 class CorbaObjectReferenceEventProducer
           
 class CorbaOctetSequenceEventProducer
           
 class CorbaPrimitiveSequenceEventProducer
           
 class CorbaPrimitiveTypeEventProducer
           
 class CorbaSequenceEventProducer
           
 class CorbaStructEventProducer
           
 class CorbaUnionEventProducer
           
 class ParameterEventProducer
           
 class SkipStartEndEventProducer
           
 class WrappedParameterSequenceEventProducer
           
 

Fields in org.apache.cxf.binding.corba.types declared as CorbaTypeEventProducer
protected  CorbaTypeEventProducer AbstractStartEndEventProducer.currentEventProducer
           
protected  CorbaTypeEventProducer AbstractNoStartEndEventProducer.currentEventProducer
           
protected  CorbaTypeEventProducer ParameterEventProducer.currentEventProducer
           
 

Fields in org.apache.cxf.binding.corba.types with type parameters of type CorbaTypeEventProducer
protected  Iterator<CorbaTypeEventProducer> AbstractStartEndEventProducer.producers
           
 

Methods in org.apache.cxf.binding.corba.types that return CorbaTypeEventProducer
static CorbaTypeEventProducer CorbaHandlerUtils.getTypeEventProducer(CorbaObjectHandler handler, ServiceInfo serviceInfo, ORB orb)
           
 

Constructors in org.apache.cxf.binding.corba.types with parameters of type CorbaTypeEventProducer
SkipStartEndEventProducer(CorbaTypeEventProducer contentEventProducer, QName n)
           
 


Apache CXF API

Apache CXF