int32 LoginRESTService::ResponseCodePlugin::ChangeResponse |
( |
soap * |
s, |
|
|
int32 |
originalResponse, |
|
|
size_t |
contentLength |
|
) |
| |
|
static |
414 return self->fresponse(s, self->ErrorCode && originalResponse ==
SOAP_FILE ? self->ErrorCode : originalResponse, contentLength);
#define SOAP_FILE
Definition: stdsoap2.h:1311
SOAP_FMAC1 void *SOAP_FMAC2 soap_lookup_plugin(struct soap *soap, const char *id)
Definition: stdsoap2.cpp:16947
static char const *const PluginId
Definition: LoginRESTService.h:76
void LoginRESTService::ResponseCodePlugin::Destroy |
( |
soap * |
s, |
|
|
soap_plugin * |
p |
|
) |
| |
|
static |
406 ResponseCodePlugin* data =
reinterpret_cast<ResponseCodePlugin*
>(p->
data);
void * data
Definition: stdsoap2.h:2253
int(* fresponse)(struct soap *, int, size_t)
Definition: stdsoap2.h:1990
393 ResponseCodePlugin* data =
new ResponseCodePlugin();
static int32 ChangeResponse(soap *s, int32 originalResponse, size_t contentLength)
Definition: LoginRESTService.cpp:411
const char * id
Definition: stdsoap2.h:2252
static void Destroy(soap *s, soap_plugin *p)
Definition: LoginRESTService.cpp:404
#define SOAP_OK
Definition: stdsoap2.h:1245
void * data
Definition: stdsoap2.h:2253
void(* fdelete)(struct soap *soap, struct soap_plugin *p)
Definition: stdsoap2.h:2255
int(* fresponse)(struct soap *, int, size_t)
Definition: stdsoap2.h:1990
static char const *const PluginId
Definition: LoginRESTService.h:76
int32 LoginRESTService::ResponseCodePlugin::ErrorCode |
int32(* LoginRESTService::ResponseCodePlugin::fresponse)(soap *s, int32 status, size_t length) |
char const *const LoginRESTService::ResponseCodePlugin::PluginId = "bnet-error-code" |
|
static |
The documentation for this struct was generated from the following files: