Convenient superclass for RMI-based remote exporters. Provides a facility
to automatically wrap a given plain Java service object with am
RmiInvocationWrapper, exposing the RmiInvocationHandler interface.
With an RMI invoker, RMI communication works on the RmiInvocationHandler
level, needing only one stub for any service. Service interfaces do not have to
extend java.rmi.Remote or throw java.rmi.RemoteException
on all methods, but in and out parameters have to be serializable.
author: Juergen Hoeller since: 1.2.5 See Also:RmiServiceExporter See Also:JndiRmiServiceExporter