Uses of Interface
org.objectweb.jonathan.apis.resources.ChunkProvider

Packages that use ChunkProvider
org.objectweb.fractal.rmi.io Provides a marshaller and unmarshaller factory component. 
org.objectweb.jonathan.apis.presentation Provides a set of classes and interfaces for presentation protocols (marshallers and unmarshallers). 
 

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

Methods in org.objectweb.fractal.rmi.io with parameters of type ChunkProvider
 UnMarshaller RmiMarshallerFactory.newUnMarshaller(ChunkProvider message)
           
 UnMarshaller MyRmiMarshallerFactory.newUnMarshaller(ChunkProvider message)
           
 

Constructors in org.objectweb.fractal.rmi.io with parameters of type ChunkProvider
RmiUnMarshaller(NamingContext domain, ContextFactory contextFactory, ChunkProvider provider, ClassGenerator loader)
          Constructs a new RmiUnMarshaller.
 

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.
 



Copyright © 2008 OW2 Consortium. All Rights Reserved.