Interface ProtocolHandler

All Known Subinterfaces:
CorbaProtocolHandler
All Known Implementing Classes:
CorbaMessageMediatorImpl

public interface ProtocolHandler
ProtocolHandler is used to determine the type of an incoming message.
Author:
Harold Carr
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    handleRequest(MessageMediator messageMediator)
    This method determines the type of an incoming message and dispatches it appropriately.
  • Method Details

    • handleRequest

      boolean handleRequest(MessageMediator messageMediator)
      This method determines the type of an incoming message and dispatches it appropriately. For example, on the server side, it may find a ServerRequestDispatcher to handle the request. On the client-side it may signal a waiting thread to handle a reply.
      Returns:
      deprecated