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

Packages that use DavidMarshallerFactory
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.binding.orbs.iiop Provides an CORBA-compliant IIOP ORB implementation. 
org.objectweb.david.libs.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
 

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

Classes in org.objectweb.david.libs.binding.orbs that implement DavidMarshallerFactory
 class ORBClass
          This class is an extension of the standard CORBA ORB class, implementing the protocol independent features of a CORBA ORB.
 

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

Classes in org.objectweb.david.libs.binding.orbs.echannel that implement DavidMarshallerFactory
 class EventChannelFactory
          The EventChannelFactory service allows the construction of EventChannels providing best-effort unreliable and unordered event dissemination.
 

Uses of DavidMarshallerFactory in org.objectweb.david.libs.binding.orbs.iiop
 

Classes in org.objectweb.david.libs.binding.orbs.iiop that implement DavidMarshallerFactory
 class ORBImpl
          Encapsulates a IIOPBinder instance under a CORBA compliant interface, by extending ORBClass.
 

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

Constructors in org.objectweb.david.libs.presentation.portable with parameters of type DavidMarshallerFactory
PortableMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, DavidMarshallerFactory mf, org.omg.CORBA.ORB orb)
          Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
PortableMarshallerFactory(ChunkFactory chunk_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, DavidMarshallerFactory mf, org.omg.CORBA.ORB orb)
          Creates a new CDRMarshallerFactory
CDRMarshallerFactory(ChunkFactory chunk_factory, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.
CDRMarshallerFactory(ChunkFactory chunk_factory, DavidMarshallerFactory mf)
          Creates a new marshaller factory.