Package com.sun.corba.se.pept.protocol
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 TypeMethodDescriptionvoiddispatch(MessageMediator messageMediator) This method coordinates the processing of a message received on the server side.
-
Method Details
-
dispatch
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.
-