|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnMarshaller | |
org.objectweb.david.apis.presentation | Provides classes and interfaces reconciling the CORBA and Jonathan abstractions for presentation. |
org.objectweb.david.libs.binding.iiop | Provides classes implementing the IIOP protocol. |
org.objectweb.david.libs.binding.orbs.echannel | Provides an implementation of an event channel service relying on RTP on top of IP multicast. |
org.objectweb.david.libs.binding.orbs.iiop | Provides an CORBA-compliant IIOP ORB implementation. |
org.objectweb.david.libs.presentation.portable | Provides a set of classes and interfaces for "portable" presentation protocols. |
org.objectweb.david.libs.stub_factories.std | Provides classes implementing the default David stub factory. |
org.objectweb.jeremie.apis.presentation | Provides a set of basic interfaces for high-level presentations of remote method invocations. |
org.objectweb.jeremie.libs.binding.echannel | Provides an implementation of an event channel service relying on RTP on top of IP multicast. |
org.objectweb.jeremie.libs.binding.jiop | Provides an implementation of a binder for binding Jeremie identifiers to remote objects using a simple protocol built on top of IIOP. |
org.objectweb.jeremie.libs.presentation.std | Provides a default implementation of a Jeremie marshaller factory. |
org.objectweb.jeremie.libs.services.registry | Provides an implementation of a simple naming service and a number of programming interfaces for accessing the service. |
org.objectweb.jeremie.libs.services.registry.jndi | Provides a JNDI Service Provider Interface (SPI) for the Jeremie registry. |
org.objectweb.jeremie.libs.stub_factories.std | Provides default implementations of a Jeremie reference, stub and stub factory. |
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. |
org.objectweb.jonathan.libs.binding | Provides the default domain implementation. |
org.objectweb.jonathan.libs.binding.echannel | Provides an implementation of an event channel service relying on RTP on top of IP multicast. |
org.objectweb.jonathan.libs.binding.moa | Provides classes implementing a minimal object adapter. |
org.objectweb.jonathan.libs.binding.soa | Provides classes implementing an adaptor for a single object. |
org.objectweb.jonathan.libs.protocols.rtp | Provides an implementation of the RTP protocol. |
Uses of UnMarshaller in org.objectweb.david.apis.presentation |
Classes in org.objectweb.david.apis.presentation that implement UnMarshaller | |
class |
DavidInputStream
Extension of the CORBA InputStream class. |
Uses of UnMarshaller in org.objectweb.david.libs.binding.iiop |
Methods in org.objectweb.david.libs.binding.iiop with parameters of type UnMarshaller | |
Identifier |
IIOPBinder.decode(UnMarshaller u)
Decodes an identifier from the provided unmarhaller. |
Uses of UnMarshaller in org.objectweb.david.libs.binding.orbs.echannel |
Methods in org.objectweb.david.libs.binding.orbs.echannel with parameters of type UnMarshaller | |
Identifier |
EventChannelFactory.decode(UnMarshaller u)
Returns an identifier, decoded using an UnMarshaller; |
Uses of UnMarshaller in org.objectweb.david.libs.binding.orbs.iiop |
Methods in org.objectweb.david.libs.binding.orbs.iiop with parameters of type UnMarshaller | |
Identifier |
ORBImpl.decode(UnMarshaller u)
Calls the decode method on the underlying
IIOPBinder instance . |
Uses of UnMarshaller in org.objectweb.david.libs.presentation.portable |
Classes in org.objectweb.david.libs.presentation.portable that implement UnMarshaller | |
class |
PortableMarshallerFactory.PortableUnMarshaller
PortableUnMarshaller is an implementation of UnMarshaller. |
class |
PortableMarshallerFactory.PortableUnMarshallerD
PortableUnMarshallerD is an implementation of UnMarshaller. |
Methods in org.objectweb.david.libs.presentation.portable that return UnMarshaller | |
UnMarshaller |
PortableMarshallerFactory.newUnMarshaller(Chunk chunk,
int read)
Returns a new unmarshaller, using the provided chunk(s) as a data source. |
UnMarshaller |
PortableMarshallerFactory.newUnMarshaller(ChunkProvider message)
Returns a new unmarshaller, using the provided chunk provider as a data source. |
UnMarshaller |
CDRMarshallerFactory.newUnMarshaller(Chunk chunk,
int read)
|
UnMarshaller |
CDRMarshallerFactory.newUnMarshaller(ChunkProvider message)
|
Uses of UnMarshaller in org.objectweb.david.libs.stub_factories.std |
Methods in org.objectweb.david.libs.stub_factories.std with parameters of type UnMarshaller | |
void |
ServerDelegate.send(UnMarshaller message,
ReplySession session)
Sends a message up to a service implementation (RequestSession method) |
Uses of UnMarshaller in org.objectweb.jeremie.apis.presentation |
Subinterfaces of UnMarshaller in org.objectweb.jeremie.apis.presentation | |
interface |
JRMIUnMarshaller
A JRMIUnMarshaller provides a high-level encoding-independent interface for unmarshalling remote method invocations. |
Uses of UnMarshaller in org.objectweb.jeremie.libs.binding.echannel |
Methods in org.objectweb.jeremie.libs.binding.echannel with parameters of type UnMarshaller | |
Identifier |
EventChannelFactory.decode(UnMarshaller u)
Decodes an identifier from the provided unmarshaller. |
Uses of UnMarshaller in org.objectweb.jeremie.libs.binding.jiop |
Methods in org.objectweb.jeremie.libs.binding.jiop with parameters of type UnMarshaller | |
Identifier |
JIOP.decode(UnMarshaller u)
Uses the underlying IIOP binder to decode an identifier from the given unmarshaller. |
Uses of UnMarshaller in org.objectweb.jeremie.libs.presentation.std |
Classes in org.objectweb.jeremie.libs.presentation.std that implement UnMarshaller | |
class |
StdMarshallerFactory.StdUnMarshaller
StdUnMarshaller is an (abstract) implementation of UnMarshaller. |
class |
StdMarshallerFactory.StdUnMarshallerD
StdUnMarshaller is an (abstract) implementation of UnMarshaller. |
Methods in org.objectweb.jeremie.libs.presentation.std that return UnMarshaller | |
UnMarshaller |
StdMarshallerFactory.newUnMarshaller(ChunkProvider message)
Returns a new unmarshaller using the provided chunk provider as a data source. |
UnMarshaller |
StdMarshallerFactory.newUnMarshaller(Chunk chunk,
int read)
Returns a new unmarshaller using the provided chunk(s) as a data source. |
Uses of UnMarshaller in org.objectweb.jeremie.libs.services.registry |
Methods in org.objectweb.jeremie.libs.services.registry with parameters of type UnMarshaller | |
void |
RegistryImpl_Skel.send(UnMarshaller unmarshaller,
ReplySession session)
|
Uses of UnMarshaller in org.objectweb.jeremie.libs.services.registry.jndi |
Methods in org.objectweb.jeremie.libs.services.registry.jndi with parameters of type UnMarshaller | |
void |
JRMIReferenceImpl_Skel.send(UnMarshaller unmarshaller,
ReplySession session)
|
Uses of UnMarshaller in org.objectweb.jeremie.libs.stub_factories.std |
Methods in org.objectweb.jeremie.libs.stub_factories.std with parameters of type UnMarshaller | |
void |
StdStubFactory.RequestSessionImpl.send(UnMarshaller message,
ReplySession session)
Sends a message to the session target. |
void |
StdStubFactory.DynamicRequestSession.send(UnMarshaller message,
ReplySession session)
Sends a message to the session target. |
abstract void |
OptSkeleton.send(UnMarshaller unmarshaller,
ReplySession session)
Sends an invocation to the target object represented by this skeleton. |
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(ChunkProvider provider)
Returns a new unmarshaller, using the provided chunk provider as a data source. |
UnMarshaller |
MarshallerFactory.newUnMarshaller(Chunk chunk,
int read)
Returns a new unmarshaller, using the provided chunk(s) 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. |
Uses of UnMarshaller in org.objectweb.jonathan.libs.binding |
Methods in org.objectweb.jonathan.libs.binding with parameters of type UnMarshaller | |
Identifier |
JDomain.decode(UnMarshaller unmarshaller)
Decodes an identifier from the provided unmarshaller. |
Uses of UnMarshaller in org.objectweb.jonathan.libs.binding.echannel |
Methods in org.objectweb.jonathan.libs.binding.echannel with parameters of type UnMarshaller | |
Identifier |
EBinder.decode(UnMarshaller u)
Decodes an identifier from the provided unmarshaller. |
Constructors in org.objectweb.jonathan.libs.binding.echannel with parameters of type UnMarshaller | |
EBinder.EId(UnMarshaller unmarshaller)
Builds a new EId representing an event channel by decoding the information supplied in an unmarshaller. |
Uses of UnMarshaller in org.objectweb.jonathan.libs.binding.moa |
Methods in org.objectweb.jonathan.libs.binding.moa with parameters of type UnMarshaller | |
Identifier |
MinimalAdapter.decode(UnMarshaller u)
Decodes an identifier from the provided unmarshaller. |
Uses of UnMarshaller in org.objectweb.jonathan.libs.binding.soa |
Methods in org.objectweb.jonathan.libs.binding.soa with parameters of type UnMarshaller | |
Identifier |
SingleOAdapter.decode(UnMarshaller u)
Decodes an identifier from the provided unmarshaller. |
Uses of UnMarshaller in org.objectweb.jonathan.libs.protocols.rtp |
Methods in org.objectweb.jonathan.libs.protocols.rtp with parameters of type UnMarshaller | |
void |
RTPHeader.decode(UnMarshaller msg)
Initialize a RTP header from an input message |
Constructors in org.objectweb.jonathan.libs.protocols.rtp with parameters of type UnMarshaller | |
RTPHeader(UnMarshaller msg)
Build a new RTP header from an input message |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |