#include <libxml/tree.h>#include <libxml/uri.h>#include <nanohttp/nanohttp-error.h>#include <nanohttp/nanohttp-logging.h>#include "soap-fault.h"#include "soap-env.h"#include "soap-ctx.h"#include "soap-service.h"#include "soap-router.h"#include "soap-server.h"#include "soap-transport.h"#include "soap-addressing.h"#include "soap-nudp.h"Go to the source code of this file.
Functions | |
| herror_t | soap_nudp_server_init_args (int argc, char **argv) |
| herror_t | soap_nudp_register (const void *data) |
| void * | soap_nudp_server_run (void *unused) |
| herror_t | soap_nudp_server_run_threaded (void) |
| void | soap_nudp_server_destroy (void) |
| herror_t | soap_nudp_client_init_args (int argc, char **argv) |
| void | soap_nudp_client_destroy (void) |
|
|
Definition at line 353 of file soap-nudp.c. Referenced by soap_transport_client_destroy(). |
|
||||||||||||
|
Definition at line 345 of file soap-nudp.c. References H_OK, and soap_transport_add(). Referenced by soap_transport_client_init_args(). |
|
|
Definition at line 261 of file soap-nudp.c. References H_OK. Referenced by soap_transport_register(). |
|
|
Definition at line 335 of file soap-nudp.c. Referenced by soap_transport_server_destroy(). |
|
||||||||||||
|
Definition at line 232 of file soap-nudp.c. References H_OK, herror_new(), and log_error2. Referenced by soap_transport_server_init_args(). |
|
|
Definition at line 267 of file soap-nudp.c. References SoapCtx::env, H_OK, herror_message(), herror_release(), log_error2, SoapEnv::root, soap_addressing_get_to_address(), soap_addressing_set_to_address_string(), soap_ctx_free(), soap_ctx_new(), soap_env_new_from_doc(), and soap_transport_process(). Referenced by soap_nudp_server_run_threaded(). |
|
|
Definition at line 319 of file soap-nudp.c. References H_OK, herror_new(), log_error2, and soap_nudp_server_run(). Referenced by soap_transport_server_run(). |
1.4.6