Returns the CORBA RepositoryId for the given Java class.paramclz a Java class.returnthe CORBA RepositoryId for the class.
Returns the CodeBase for this ValueHandler. This is used by the ORB runtime. The server sends the service context containing the IOR for this CodeBase on the first GIOP reply. The client does the same on the first GIOP request.returnthe SendingContext.CodeBase of this ValueHandler.
Indicates whether the given class performs custom or default marshaling.paramclz the class to test for custom marshaling.returntrue if the class performs custom marshaling, false if it does not.
true
false
Reads a value from the stream using Java semantics.paramin the stream to read the value from.paramoffset the current position in the input stream.paramclz the type of the value to be read in.paramrepositoryID the RepositoryId of the value to be read in.paramsender the sending context runtime codebase.returnthe value read from the stream.
If the value contains a writeReplace method then the result is returned. Otherwise, the value itself is returned.paramvalue the value to be marshaled.returnthe true value to marshal on the wire.
writeReplace
Writes a value to the stream using Java semantics.paramout the stream to write the value to.paramvalue the value to be written to the stream.