Server-side implementation of
RmiInvocationHandler . An instance
of this class exists for each remote object. Automatically created
by
RmiServiceExporter for non-RMI service implementations.
This is an SPI class, not to be used directly by applications.
author: Juergen Hoeller since: 14.05.2003 See Also:RmiServiceExporter
Create a new RmiInvocationWrapper for the given object
Parameters: wrappedObject - the object to wrap with an RmiInvocationHandler Parameters: rmiExporter - the RMI exporter to handle the actual invocation