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