ServerRequestDispatcherpublic interface ServerRequestDispatcher ServerRequestDispatcher coordinates the request (and possible
response) processing for a specific protocol. |
Methods Summary |
---|
public void | dispatch(com.sun.corba.se.pept.protocol.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.
|
|