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

Packages that use Marshaller
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.apis.binding Provides a set of classes and interfaces for application level identifiers, naming contexts and binders. 
org.objectweb.jonathan.apis.presentation Provides a set of classes and interfaces for presentation protocols (marshallers and unmarshallers). 
org.objectweb.jonathan.apis.protocols Provides a set of classes and interfaces for communication protocols. 
 

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

Classes in org.objectweb.fractal.rmi.io that implement Marshaller
 class RmiMarshaller
          A Marshaller that uses an RmiObjectOutputStream to marshall object values.
 

Methods in org.objectweb.fractal.rmi.io that return Marshaller
 Marshaller RmiMarshallerFactory.newMarshaller()
          Returns a new marshaller.
 Marshaller MyRmiMarshallerFactory.newMarshaller()
          Returns a new marshaller.
 

Methods in org.objectweb.fractal.rmi.io with parameters of type Marshaller
 boolean RmiMarshaller.sameContents(Marshaller other)
          Checks if the given marshaller has the same content as this one.
 

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

Methods in org.objectweb.fractal.rmi.stub that return Marshaller
protected  Marshaller Stub.request()
          Obtains a marshaller for marshalling invocation data.
 

Methods in org.objectweb.fractal.rmi.stub with parameters of type Marshaller
protected  void Stub.invoke(Marshaller marshaller)
          Sends the marshaller with the invocation data down the protocol stack.
protected  ReplyInterface Stub.prepareInvocation(Marshaller marshaller)
          Prepares the marshaller prior to marshalling invocation data.
 

Uses of Marshaller in org.objectweb.jonathan.apis.binding
 

Methods in org.objectweb.jonathan.apis.binding with parameters of type Marshaller
 void Identifier.encode(Marshaller m)
          Encodes the target identifier in a marshaller.
 

Uses of Marshaller in org.objectweb.jonathan.apis.presentation
 

Methods in org.objectweb.jonathan.apis.presentation that return Marshaller
 Marshaller MarshallerFactory.newMarshaller()
          Returns a new marshaller.
 

Methods in org.objectweb.jonathan.apis.presentation with parameters of type Marshaller
 boolean Marshaller.sameContents(Marshaller marshaller)
          Checks if the target marshaller and the provided one have the same contents, i.e., they contain the same bits.
 

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

Methods in org.objectweb.jonathan.apis.protocols that return Marshaller
 Marshaller ReplySession.prepareExceptionReply()
          Lets the target session write its own headers into a newly created message and returns it (exception case) An entity wishing to send a message as a reply to an invocation must not create a marshaller on its own and directly send it down the protocol stack.
 Marshaller ReplySession.prepareLocationForwardReply()
          Lets the target session write its own headers into a newly created message and returns it (location forward case) An entity wishing to send a message as a reply to an invocation must not create a marshaller on its own and directly send it down the protocol stack.
 Marshaller ReplySession.prepareReply()
          Lets the target session write its own headers into a newly created message and returns it (standard reply case) An entity wishing to send a message as a reply to an invocation must not create a marshaller on its own and directly send it down the protocol stack.
 Marshaller ReplySession.prepareSystemExceptionReply()
          Lets the target session write its own headers into a newly created message and returns it (system exception case) An entity wishing to send a message as a reply to an invocation must not create a marshaller on its own and directly send it down the protocol stack.
 

Methods in org.objectweb.jonathan.apis.protocols with parameters of type Marshaller
 void Session_High.prepare(Marshaller m)
          Lets the target session write its own headers into the provided message (one-way case).
 ReplyInterface Session_High.prepareInvocation(Marshaller m)
           
 void Session_High.send(Marshaller m)
          Sends the message down the protocol stack.
 void ReplySession.send(Marshaller m)
          Sends the reply down the protocol stack.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.