Interface RmiInvocationHandler

  • All Superinterfaces:
    Remote

    public interface RmiInvocationHandler
    extends Remote
    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.

    Since:
    14.05.2003
    Author:
    Juergen Hoeller