Interface ServerRequestDispatcher

All Known Subinterfaces:
CorbaServerRequestDispatcher, InitialServerRequestDispatcher
All Known Implementing Classes:
BootstrapServerRequestDispatcher, CorbaServerRequestDispatcherImpl, INSServerRequestDispatcher

public interface ServerRequestDispatcher
ServerRequestDispatcher coordinates the request (and possible response) processing for a specific protocol.
Author:
Harold Carr
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dispatch(MessageMediator messageMediator)
    This method coordinates the processing of a message received on the server side.
  • Method Details

    • dispatch

      void dispatch(MessageMediator messageMediator)
      This method coordinates the processing of a message received on the server side. For example, this may involve finding an "object adapter" which would return Ties/Servants to handle the request.