Delegation1SoapBindingService Class Reference
#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).
|
Constructor & Destructor Documentation
Delegation1SoapBindingService::Delegation1SoapBindingService |
( |
|
) |
[inline] |
virtual Delegation1SoapBindingService::~Delegation1SoapBindingService |
( |
|
) |
[inline, virtual] |
Member Function Documentation
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).
References soap_serve().
The documentation for this class was generated from the following file: