|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChunkProvider | |
org.objectweb.david.apis.presentation | Provides classes and interfaces reconciling the CORBA and Jonathan abstractions for presentation. |
org.objectweb.david.libs.presentation.portable | Provides a set of classes and interfaces for "portable" presentation protocols. |
org.objectweb.jeremie.libs.presentation.std | Provides a default implementation of a Jeremie marshaller factory. |
org.objectweb.jonathan.apis.presentation | Provides a set of classes and interfaces for presentation protocols (marshallers and unmarshallers). |
Uses of ChunkProvider in org.objectweb.david.apis.presentation |
Methods in org.objectweb.david.apis.presentation with parameters of type ChunkProvider | |
DavidInputStream |
DavidStreamFactory.newInputStream(ChunkProvider message)
Creates a new input stream, reading data from the specified chunk provider. |
Uses of ChunkProvider in org.objectweb.david.libs.presentation.portable |
Methods in org.objectweb.david.libs.presentation.portable with parameters of type ChunkProvider | |
UnMarshaller |
PortableMarshallerFactory.newUnMarshaller(ChunkProvider message)
Returns a new unmarshaller, using the provided chunk provider as a data source. |
DavidInputStream |
PortableMarshallerFactory.newInputStream(ChunkProvider message)
Creates a new input stream, reading data from the provided chunk. |
UnMarshaller |
CDRMarshallerFactory.newUnMarshaller(ChunkProvider message)
|
DavidInputStream |
CDRMarshallerFactory.newInputStream(ChunkProvider message)
|
Constructors in org.objectweb.david.libs.presentation.portable with parameters of type ChunkProvider | |
PortableMarshallerFactory.PortableUnMarshallerD(ChunkProvider message)
Constructs a new unmarshaller. |
Uses of ChunkProvider in org.objectweb.jeremie.libs.presentation.std |
Methods in org.objectweb.jeremie.libs.presentation.std with parameters of type ChunkProvider | |
UnMarshaller |
StdMarshallerFactory.newUnMarshaller(ChunkProvider message)
Returns a new unmarshaller using the provided chunk provider as a data source. |
Constructors in org.objectweb.jeremie.libs.presentation.std with parameters of type ChunkProvider | |
StdMarshallerFactory.StdUnMarshallerD(ChunkProvider message)
|
Uses of ChunkProvider in org.objectweb.jonathan.apis.presentation |
Methods in org.objectweb.jonathan.apis.presentation with parameters of type ChunkProvider | |
UnMarshaller |
MarshallerFactory.newUnMarshaller(ChunkProvider provider)
Returns a new unmarshaller, using the provided chunk provider as a data source. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |