Interface InitialServerRequestDispatcher

  • All Superinterfaces:
    ServerRequestDispatcher

    public interface InitialServerRequestDispatcher
    extends ServerRequestDispatcher
    InitialServerRequestDispatcher is a specialized version of a ServerRequestDispatcher that provides an initialization method. This delegate is used to implement bootstrapping of initial object references.
    • Method Detail

      • init

        void init​(Resolver resolver)
        Plug in the resolver that this InitialServerRequestDispatcher should use in order to lookup or list initial name to object reference bindings.
        Parameters:
        resolver - that this should use