Uses of Package
org.objectweb.david.libs.presentation.portable

Packages that use org.objectweb.david.libs.presentation.portable
org.objectweb.david.libs.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
org.objectweb.david.libs.services.unknown_exception Provides an implementation of the UnknownException service, that lets server side unexpected exceptions be propagated back to the clients. 
 

Classes in org.objectweb.david.libs.presentation.portable used by org.objectweb.david.libs.presentation.portable
PortableMarshallerFactory
          PortableMarshallerFactory is a factory for "portable" CORBA streams.
PortableMarshallerFactory.PortableMarshaller
          PortableMarshaller is an (abstract) implementation of Marshaller.
PortableMarshallerFactory.PortableUnMarshaller
          PortableUnMarshaller is an implementation of UnMarshaller.
 

Classes in org.objectweb.david.libs.presentation.portable used by org.objectweb.david.libs.services.unknown_exception
CDRMarshallerFactory
          CORBA CDR extension of PortableMarshallerFactory.