|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnMarshaller | |
|---|---|
| org.objectweb.fractal.rmi | Provides a protocol, an object adapter and a binder component. |
| 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 UnMarshaller in org.objectweb.fractal.rmi |
|---|
| Methods in org.objectweb.fractal.rmi with parameters of type UnMarshaller | |
|---|---|
Identifier |
RmiBinder.decode(UnMarshaller u)
Decodes an identifier from the provided unmarshaller. |
Identifier |
RmiAdapter.decode(UnMarshaller u)
Decodes an identifier from the provided unmarshaller. |
| Uses of UnMarshaller in org.objectweb.fractal.rmi.io |
|---|
| Classes in org.objectweb.fractal.rmi.io that implement UnMarshaller | |
|---|---|
class |
RmiUnMarshaller
An UnMarshaller that uses an RmiObjectInputStream to
unmarshall object values. |
| Methods in org.objectweb.fractal.rmi.io that return UnMarshaller | |
|---|---|
UnMarshaller |
RmiMarshallerFactory.newUnMarshaller(Chunk chunk,
int read)
Returns a new unmarshaller, using the provided chunk(s) as a data source. |
UnMarshaller |
MyRmiMarshallerFactory.newUnMarshaller(Chunk chunk,
int read)
Returns a new unmarshaller, using the provided chunk(s) as a data source. |
UnMarshaller |
RmiMarshallerFactory.newUnMarshaller(ChunkProvider message)
|
UnMarshaller |
MyRmiMarshallerFactory.newUnMarshaller(ChunkProvider message)
|
| Uses of UnMarshaller in org.objectweb.fractal.rmi.stub |
|---|
| Methods in org.objectweb.fractal.rmi.stub with parameters of type UnMarshaller | |
|---|---|
protected void |
Skeleton.handleInterfaceMethods(UnMarshaller unmarshaller,
ReplySession session,
int methodIndex)
Handles invocations messages corresponding to methods of the Interface interface. |
abstract void |
Skeleton.send(UnMarshaller unmarshaller,
ReplySession session)
Sends a message (a request) to its recipient. |
| Uses of UnMarshaller in org.objectweb.jonathan.apis.binding |
|---|
| Methods in org.objectweb.jonathan.apis.binding with parameters of type UnMarshaller | |
|---|---|
Identifier |
NamingContext.decode(UnMarshaller u)
Decodes an identifier from the provided unmarshaller. |
| Uses of UnMarshaller in org.objectweb.jonathan.apis.presentation |
|---|
| Methods in org.objectweb.jonathan.apis.presentation that return UnMarshaller | |
|---|---|
UnMarshaller |
MarshallerFactory.newUnMarshaller(Chunk chunk,
int read)
Returns a new unmarshaller, using the provided chunk(s) as a data source. |
UnMarshaller |
MarshallerFactory.newUnMarshaller(ChunkProvider provider)
Returns a new unmarshaller, using the provided chunk provider as a data source. |
| Uses of UnMarshaller in org.objectweb.jonathan.apis.protocols |
|---|
| Fields in org.objectweb.jonathan.apis.protocols declared as UnMarshaller | |
|---|---|
UnMarshaller |
ServerException.unmarshaller
An unmarshaller encoding the exception raised by the remote object. |
| Methods in org.objectweb.jonathan.apis.protocols that return UnMarshaller | |
|---|---|
UnMarshaller |
ReplyInterface.listen()
Returns a message containing the reply to the request. |
| Methods in org.objectweb.jonathan.apis.protocols with parameters of type UnMarshaller | |
|---|---|
void |
RequestSession.send(UnMarshaller message,
ReplySession session)
Sends a message (a request) to its recipient. |
void |
Session_Low.send(UnMarshaller message,
Session_High session)
Sends a message up a protocol stack. |
| Constructors in org.objectweb.jonathan.apis.protocols with parameters of type UnMarshaller | |
|---|---|
ServerException(UnMarshaller unmarshaller)
Constructs a new ServerException with an unmarshaller encoding the exception raised by the remote object. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||