Package com.sun.corba.se.pept.protocol
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 TypeMethodDescriptionbooleanhandleRequest(MessageMediator messageMediator) This method determines the type of an incoming message and dispatches it appropriately.
-
Method Details
-
handleRequest
This method determines the type of an incoming message and dispatches it appropriately. For example, on the server side, it may find aServerRequestDispatcherto handle the request. On the client-side it may signal a waiting thread to handle a reply.- Returns:
- deprecated
-