Library: Remoting/SoapLite
Package: SoapLite
Header: Poco/Remoting/SoapLite/RpcRequestHandlerFactory.h
RpcRequestHandlerFactory creates RPCRequestHandler objects.
Direct Base Classes: Poco::Net::HTTPRequestHandlerFactory
All Base Classes: Poco::Net::HTTPRequestHandlerFactory
Member Functions: createRequestHandler
Inherited Functions: createRequestHandler
RpcRequestHandlerFactory(
bool enableSOAP,
bool keepAlive
);
Creates the RpcRequestHandlerFactory.
RpcRequestHandlerFactory(
bool enableSOAP,
bool keepAlive,
const std::string & wsdlPath
);
Creates the RpcRequestHandlerFactory.
Destroys the RpcRequestHandlerFactory.
Poco::Net::HTTPRequestHandler * createRequestHandler(
const Poco::Net::HTTPServerRequest & request
);
Creates a requesthandler depending on the path.