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

Packages that use DavidMarshaller
org.objectweb.david.apis.presentation Provides classes and interfaces reconciling the CORBA and Jonathan abstractions for presentation. 
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.presentation.portable Provides a set of classes and interfaces for "portable" presentation protocols. 
 

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

Methods in org.objectweb.david.apis.presentation that return DavidMarshaller
 DavidMarshaller DavidMarshallerFactory.newMarshaller()
          Returns a new marshaller.
 

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

Methods in org.objectweb.david.libs.binding.orbs that return DavidMarshaller
 DavidMarshaller ORBClass.newMarshaller()
           
 

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

Fields in org.objectweb.david.libs.presentation.portable declared as DavidMarshaller
 DavidMarshaller PortableMarshallerFactory.corba_marshaller
          a DavidMarshaller instance, for delegation of the marshalling of the complex CORBA types (Object, TypeCode, Any).