FileDocCategorySizeDatePackage
ServerRequestDispatcher.javaAPI DocJava SE 5 API821Fri Aug 26 14:54:34 BST 2005com.sun.corba.se.pept.protocol

ServerRequestDispatcher

public interface ServerRequestDispatcher
ServerRequestDispatcher coordinates the request (and possible response) processing for a specific protocol.
author
Harold Carr

Fields Summary
Constructors Summary
Methods Summary
public voiddispatch(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.