#include <src/soapDelegation1SoapBindingObject.h>
Public Member Functions | |
Delegation1SoapBindingService () | |
virtual | ~Delegation1SoapBindingService () |
virtual SOAP_SOCKET | bind (const char *host, int port, int backlog) |
Bind service to port (returns master socket or SOAP_INVALID_SOCKET). | |
virtual SOAP_SOCKET | accept () |
Accept next request (returns socket or SOAP_INVALID_SOCKET). | |
virtual int | serve () |
Serve this request (returns error code or SOAP_OK). |
Delegation1SoapBindingService::Delegation1SoapBindingService | ( | ) | [inline] |
virtual Delegation1SoapBindingService::~Delegation1SoapBindingService | ( | ) | [inline, virtual] |
virtual SOAP_SOCKET Delegation1SoapBindingService::accept | ( | ) | [inline, virtual] |
Accept next request (returns socket or SOAP_INVALID_SOCKET).
virtual SOAP_SOCKET Delegation1SoapBindingService::bind | ( | const char * | host, | |
int | port, | |||
int | backlog | |||
) | [inline, virtual] |
Bind service to port (returns master socket or SOAP_INVALID_SOCKET).
virtual int Delegation1SoapBindingService::serve | ( | ) | [inline, virtual] |
Serve this request (returns error code or SOAP_OK).