public interface RmiInvocationHandler extends Remote(Code)
Interface for RMI invocation handlers instances on the server,
wrapping exported services. A client uses a stub implementing
this interface to access such a service.
This is an SPI interface, not to be used directly by applications.
author: Juergen Hoeller since: 14.05.2003
Return the name of the target interface that this invoker operates on.
the name of the target interface, or null if none throws: RemoteException - in case of communication errors See Also:RmiServiceExporter.getServiceInterface