Uses of Interface
org.objectweb.david.apis.presentation.DavidStreamFactory

Packages that use DavidStreamFactory
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.binding.orbs Provides a set of (abstract) classes implementing a CORBA environment: any, typecodes, the protocol-independent parts of ORBs. 
org.objectweb.david.libs.binding.orbs.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.david.libs.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
org.objectweb.david.libs.services.CosTransactions.handler Provides a handler for a CORBA COS Transaction service implementation. 
 

Uses of DavidStreamFactory in org.objectweb.david.libs.binding.iiop
 

Constructors in org.objectweb.david.libs.binding.iiop with parameters of type DavidStreamFactory
TaggedComponents(boolean use_java_serial, DavidStreamFactory marshaller_factory)
           
 

Uses of DavidStreamFactory in org.objectweb.david.libs.binding.orbs
 

Fields in org.objectweb.david.libs.binding.orbs declared as DavidStreamFactory
protected  DavidStreamFactory ORBClass.marshaller_factory
           
 

Methods in org.objectweb.david.libs.binding.orbs with parameters of type DavidStreamFactory
 void ORBClass.setMarshallerFactory(DavidStreamFactory marshaller_factory)
           
 

Uses of DavidStreamFactory in org.objectweb.david.libs.binding.orbs.echannel
 

Methods in org.objectweb.david.libs.binding.orbs.echannel with parameters of type DavidStreamFactory
 void EventChannelFactory.setMarshallerFactory(DavidStreamFactory marshaller_factory)
           
 

Uses of DavidStreamFactory in org.objectweb.david.libs.presentation.portable
 

Classes in org.objectweb.david.libs.presentation.portable that implement DavidStreamFactory
 class CDRMarshallerFactory
          CORBA CDR extension of PortableMarshallerFactory.
 class PortableMarshallerFactory
          PortableMarshallerFactory is a factory for "portable" CORBA streams.
 

Uses of DavidStreamFactory in org.objectweb.david.libs.services.CosTransactions.handler
 

Fields in org.objectweb.david.libs.services.CosTransactions.handler declared as DavidStreamFactory
protected  DavidStreamFactory DavidTSHandler.mf
          The marshaller factory parameter used to encode/decode contexts.
 

Constructors in org.objectweb.david.libs.services.CosTransactions.handler with parameters of type DavidStreamFactory
DavidTSHandler(int service_id, org.omg.CosTSPortability.Sender sender, org.omg.CosTSPortability.Receiver receiver, DavidStreamFactory mf)
           
DavidTSHandler(org.omg.CosTSPortability.Sender sender, org.omg.CosTSPortability.Receiver receiver, DavidStreamFactory mf)