#include <Pt/Remoting/Responder.h>
Dispatches requests to a service procedure.
Inherits NonCopyable.
Inherited by Responder, and Responder.
virtual void onCancel |
( |
| ) |
|
|
protectedpure virtual |
Derived responders implement this method to cancel all operations.
Implemented in Responder, and Responder.
Derived responders implement this method to format and send the XML-RPC result. It is called when the service procedure has finished. Use beginResult(), advanceResult() and finishResult() to format the XML-RPC result.
Implemented in Responder, and Responder.