29 #ifndef Pt_XmlRpc_HttpService_h
30 #define Pt_XmlRpc_HttpService_h
32 #include <Pt/XmlRpc/Api.h>
33 #include <Pt/Remoting/ServiceDefinition.h>
34 #include <Pt/Http/Service.h>
75 #endif // Pt_XmlRpc_HttpService_h
Core module.
Definition: Allocator.h:33
HTTP request message.
Definition: Request.h:44
virtual Http::Responder * onGetResponder(const Http::Request &)
Creates a responder to handle request received by a server.
HTTP service for XML-RPC.
Definition: HttpService.h:48
HTTP service.
Definition: Service.h:47
Remote service definition.
Definition: Api-ServiceDefinition.h:22
virtual ~HttpService()
Destructor.
HTTP service responder.
Definition: Responder.h:50
virtual void onReleaseResponder(Http::Responder *resp)
Destroys a responder created by a server.
HttpService(Remoting::ServiceDefinition &rpcService)
Constructs with RPC service.