Uses of Interface
org.objectweb.jonathan.apis.protocols.ReplyInterface

Packages that use ReplyInterface
org.objectweb.jeremie.apis.binding Provides a set of basic interfaces for handling remote object identifiers (identifiers for java.rmi.Remote objects). 
org.objectweb.jeremie.libs.stub_factories.std Provides default implementations of a Jeremie reference, stub and stub factory. 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
 

Uses of ReplyInterface in org.objectweb.jeremie.apis.binding
 

Methods in org.objectweb.jeremie.apis.binding that return ReplyInterface
 ReplyInterface JRMIOptRef.prepareInvocation(Marshaller marshaller)
          Prepares the marshaller prior to marshalling invocation data.
 

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

Methods in org.objectweb.jeremie.libs.stub_factories.std that return ReplyInterface
 ReplyInterface RefImpl.prepareInvocation(Marshaller marshaller)
          Prepares the marshaller prior to marshalling invocation data.
 

Uses of ReplyInterface in org.objectweb.jonathan.apis.protocols
 

Methods in org.objectweb.jonathan.apis.protocols that return ReplyInterface
 ReplyInterface Session_High.prepareInvocation(Marshaller m)