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

Packages that use MarshallerFactory
org.objectweb.fractal.rmi Provides a protocol, an object adapter and a binder component. 
org.objectweb.fractal.rmi.io Provides a marshaller and unmarshaller factory component. 
org.objectweb.fractal.rmi.stub Provides a stub and skeleton factory component based on ASM
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.fractal.rmi
 

Fields in org.objectweb.fractal.rmi declared as MarshallerFactory
protected  MarshallerFactory RmiProtocol.marshallerFactory
          The marshaller factory used to create request or reply messages.
 

Uses of MarshallerFactory in org.objectweb.fractal.rmi.io
 

Classes in org.objectweb.fractal.rmi.io that implement MarshallerFactory
 class MyRmiMarshallerFactory
          Provides a factory for creating marshallers and unmarshallers.
 class RmiMarshallerFactory
          Provides a factory for creating marshallers and unmarshallers.
 

Uses of MarshallerFactory in org.objectweb.fractal.rmi.stub
 

Fields in org.objectweb.fractal.rmi.stub declared as MarshallerFactory
protected  MarshallerFactory Stub.marshallerFactory
          The marshaller factory to be used to create new invocation messages.
protected  MarshallerFactory RmiStubFactory.marshallerFactory
          The marshaller factory to be used by the stubs created by this factory.
protected  MarshallerFactory MyRmiStubFactory.marshallerFactory
          The marshaller factory to be used by the stubs created by this factory.
 

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, ContextFactory context_factory)
          Constructs a new instance of TcpIpProtocol.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.