API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.rmi.CORBA. ValueHandler View Source
Author(s)
Since
Version
Serial
Hierarchy
 ValueHandler
Subinterfaces
Description
public interface ValueHandler
Defines methods which allow serialization of Java objects to and from GIOP streams.
See also:   
Methods
Hide/Show inherited methods
public String getRMIRepositoryID (Class clz)
  Returns the CORBA RepositoryId for the given Java class.
public RunTime getRunTimeCodeBase ()
  Returns the CodeBase for this ValueHandler.
public boolean isCustomMarshaled (Class clz)
  Indicates whether the given class performs custom or default marshaling.
public Serializable readValue (InputStream in, int offset, Class clz, String repositoryID, RunTime sender)
  Reads a value from the stream using Java semantics.
public Serializable writeReplace (Serializable value)
  If the value contains a writeReplace method then the result is returned.
public void writeValue (OutputStream out, Serializable value)
  Writes a value to the stream using Java semantics.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar