|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDispatcher
IDispatcher
IDispatcher represents an object responsible for handling an request. WebORB maintains a chain of dispatchers where every request is delegated to via the dispatch() method. Request is considered processed as soon as a dispatcher from the chain returns true from the dispatch() method.
| Method Summary | |
|---|---|
boolean |
dispatch(Message message)
Process request. |
java.lang.String |
getName()
|
| Method Detail |
|---|
boolean dispatch(Message message)
message - object encapsulating the request. If the request can be handled
by the dispatcher, use the same Message object to set the responses
ServiceExceptionjava.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||