Uses of Interface
org.objectweb.jonathan.apis.presentation.MarshallerFactory

Packages that use MarshallerFactory
org.objectweb.david.apis.presentation Provides classes and interfaces reconciling the CORBA and Jonathan abstractions for presentation. 
org.objectweb.david.libs.binding.iiop Provides classes implementing the IIOP protocol. 
org.objectweb.david.libs.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
org.objectweb.david.libs.protocols.giop Provides a set of classes implementing the CORBA GIOP protocol. 
org.objectweb.jeremie.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jeremie.libs.presentation.std Provides a default implementation of a Jeremie marshaller factory. 
org.objectweb.jeremie.libs.services.CosTransactions.handler Provides a handler for a CORBA COS Transaction service implementation. 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
org.objectweb.jonathan.libs.binding.echannel Provides an implementation of an event channel service relying on RTP on top of IP multicast. 
org.objectweb.jonathan.libs.protocols.multicast_ip Provides an encapsulation of the IP multicast protocol 
org.objectweb.jonathan.libs.protocols.tcpip Provides a set of classes giving access to the TCP/IP protocol stack. 
 

Uses of MarshallerFactory in org.objectweb.david.apis.presentation
 

Subinterfaces of MarshallerFactory in org.objectweb.david.apis.presentation
 interface DavidStreamFactory
          Factory for David streams.
 

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

Constructors in org.objectweb.david.libs.binding.iiop with parameters of type MarshallerFactory
IIOPBinder(ProtocolInfo protocol_info, Scheduler scheduler, boolean direct_local_optimization, ChunkFactory chunk_factory, MarshallerFactory marshaller_factory, StubFactory stub_factory, NamingContext context, TaggedComponents ior_components, org.objectweb.jonathan.apis.kernel.Context protocolMappings, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory, TcpIpProtocol tcp_protocol, GIOPProtocol giop_protocol)
          Builds a new instance of IIOPBinder.
 

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

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

Uses of MarshallerFactory in org.objectweb.david.libs.protocols.giop
 

Constructors in org.objectweb.david.libs.protocols.giop with parameters of type MarshallerFactory
GIOPProtocol(Scheduler scheduler, MarshallerFactory marshaller_factory, ChunkFactory chunk_factory, ServicesHandler services_handler, org.objectweb.jonathan.apis.kernel.ClassPathFinder finder, boolean verbose, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
          Creates a new GIOP Protocol instance.
 

Uses of MarshallerFactory in org.objectweb.jeremie.libs.binding.echannel
 

Constructors in org.objectweb.jeremie.libs.binding.echannel with parameters of type MarshallerFactory
EventChannelFactory(ChunkFactory chunk_factory, MarshallerFactory marshaller_factory)
           
 

Uses of MarshallerFactory in org.objectweb.jeremie.libs.presentation.std
 

Classes in org.objectweb.jeremie.libs.presentation.std that implement MarshallerFactory
 class StdMarshallerFactory
          Provides a factory for creating Jeremie marshallers and unmarshallers.
 

Uses of MarshallerFactory in org.objectweb.jeremie.libs.services.CosTransactions.handler
 

Fields in org.objectweb.jeremie.libs.services.CosTransactions.handler declared as MarshallerFactory
protected  MarshallerFactory JRMITSHandler.mf
          The marshaller factory parameter used to encode/decode contexts.
 

Constructors in org.objectweb.jeremie.libs.services.CosTransactions.handler with parameters of type MarshallerFactory
JRMITSHandler(int service_id, org.omg.CosTSPortability.Sender sender, org.omg.CosTSPortability.Receiver receiver, MarshallerFactory marshaller_factory)
          Builds a new Jeremie transaction service handler instance.
JRMITSHandler(org.omg.CosTSPortability.Sender sender, org.omg.CosTSPortability.Receiver receiver, MarshallerFactory marshaller_factory)
          Builds a new Jeremie transaction service handler instance.
 

Uses of MarshallerFactory in org.objectweb.jeremie.libs.stub_factories.std
 

Fields in org.objectweb.jeremie.libs.stub_factories.std declared as MarshallerFactory
protected  MarshallerFactory RefImpl.mfactory
          The marshaller factory associated with this reference.
 

Constructors in org.objectweb.jeremie.libs.stub_factories.std with parameters of type MarshallerFactory
StdStubFactory(MarshallerFactory marshaller_factory, org.objectweb.jonathan.apis.kernel.ClassPathFinder classpath_finder)
          Constructs a new Jeremie stub factory.
RefImpl(Identifier[] ids, MarshallerFactory mfactory)
          Creates a Jeremie reference containing the given object identifiers and marshaller factory.
RefImpl(SessionIdentifier ep, Identifier[] ids, MarshallerFactory mfactory)
          Creates a Jeremie reference containing the given session identifier, object identifiers and marshaller factory.
 

Uses of MarshallerFactory in org.objectweb.jonathan.libs.binding.echannel
 

Constructors in org.objectweb.jonathan.libs.binding.echannel with parameters of type MarshallerFactory
EBinder(ChunkFactory chunk_factory, MarshallerFactory marshaller_factory, NamingContext context, StubFactory stub_factory)
          Builds a new EBinder instance
 

Uses of MarshallerFactory in org.objectweb.jonathan.libs.protocols.multicast_ip
 

Constructors in org.objectweb.jonathan.libs.protocols.multicast_ip with parameters of type MarshallerFactory
MulticastIpProtocol(MarshallerFactory marshaller_factory)
          Build a new MulticastIpProtocol
 

Uses of MarshallerFactory in org.objectweb.jonathan.libs.protocols.tcpip
 

Fields in org.objectweb.jonathan.libs.protocols.tcpip declared as MarshallerFactory
protected  MarshallerFactory TcpIpProtocol.marshaller_factory
           
 

Constructors in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type MarshallerFactory
TcpIpProtocol(TcpIpConnectionMgr connection_mgr, Scheduler scheduler, ChunkFactory chunk_factory, MarshallerFactory mf, org.objectweb.jonathan.apis.kernel.ContextFactory context_factory)
          Constructs a new instance of TcpIpProtocol.