Uses of Interface
org.apache.cxf.binding.corba.types.CorbaTypeEventProducer
-
Packages that use CorbaTypeEventProducer Package Description 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 Constructor Description CorbaStreamReader(CorbaTypeEventProducer evProducer) -
Uses of CorbaTypeEventProducer in org.apache.cxf.binding.corba.types
Classes in org.apache.cxf.binding.corba.types that implement CorbaTypeEventProducer Modifier and Type Class Description classAbstractNoStartEndEventProducerclassAbstractStartEndEventProducerclassCorbaAnonStructEventProducerclassCorbaAnyEventProducerclassCorbaArrayEventProducerclassCorbaEnumEventProducerclassCorbaExceptionEventProducerclassCorbaFixedEventProducerclassCorbaObjectReferenceEventProducerclassCorbaOctetSequenceEventProducerclassCorbaPrimitiveArrayEventProducerclassCorbaPrimitiveSequenceEventProducerclassCorbaPrimitiveTypeEventProducerclassCorbaSequenceEventProducerclassCorbaStructEventProducerclassCorbaUnionEventProducerclassParameterEventProducerclassSkipStartEndEventProducerclassWrappedParameterSequenceEventProducerFields in org.apache.cxf.binding.corba.types declared as CorbaTypeEventProducer Modifier and Type Field Description protected CorbaTypeEventProducerAbstractNoStartEndEventProducer. currentEventProducerprotected CorbaTypeEventProducerAbstractStartEndEventProducer. currentEventProducerprotected CorbaTypeEventProducerParameterEventProducer. currentEventProducerFields in org.apache.cxf.binding.corba.types with type parameters of type CorbaTypeEventProducer Modifier and Type Field Description protected Iterator<CorbaTypeEventProducer>AbstractStartEndEventProducer. producersMethods in org.apache.cxf.binding.corba.types that return CorbaTypeEventProducer Modifier and Type Method Description static CorbaTypeEventProducerCorbaHandlerUtils. getTypeEventProducer(CorbaObjectHandler handler, ServiceInfo serviceInfo, org.omg.CORBA.ORB orb)Constructors in org.apache.cxf.binding.corba.types with parameters of type CorbaTypeEventProducer Constructor Description SkipStartEndEventProducer(CorbaTypeEventProducer contentEventProducer, QName n)
-