|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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(Context _c,
ChunkFactory chunk_factory,
MarshallerFactory marshaller_factory,
ServicesHandler services_handler,
StubFactory stub_factory,
NamingContext context,
org.omg.IOP.TaggedComponent[] ior_components)
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(Context _c,
Scheduler scheduler,
MarshallerFactory marshaller_factory,
ChunkFactory chunk_factory,
NamingContext adapter,
ServicesHandler services_handler)
Creates a new GIOP Protocol instance. |
|
| 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. |
| 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(Context _c,
MarshallerFactory mfactory)
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 |
| Constructors in org.objectweb.jonathan.libs.protocols.tcpip with parameters of type MarshallerFactory | |
TcpIpProtocol(Context _c,
TcpIpConnectionMgr connection_mgr,
Scheduler scheduler,
ChunkFactory chunk_factory,
MarshallerFactory mf)
Constructs a new instance of TcpIpProtocol. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||