Skip navigation links

Package javassist.tools.rmi

Sample implementation of remote method invocation.

See: Description

Package javassist.tools.rmi Description

Sample implementation of remote method invocation.

This package enables applets to access remote objects running on the web server with regular Java syntax. It is provided as a sample implementation with Javassist. All the programs in this package uses only the regular Javassist API; they never call any hidden methods.

The most significant class of this package is ObjectImporter. See the description of this class first.

Skip navigation links

Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.