#include <axis2_const.h>
#include <axis2_defines.h>
#include <axis2_env.h>
#include <axis2_http_simple_response.h>
Go to the source code of this file.
Defines | |
#define | AXIS2_HTTP_OUT_TRANSPORT_INFO_SET_CONTENT_TYPE(out_transport_info, env, content_type) |
#define | AXIS2_HTTP_OUT_TRANSPORT_INFO_SET_CHAR_ENCODING(out_transport_info, env, encoding) |
#define | AXIS2_HTTP_OUT_TRANSPORT_INFO_FREE(out_transport_info, env) ((out_transport_info)->ops->free(out_transport_info, env)) |
Typedefs | |
typedef axis2_http_out_transport_info_ops | axis2_http_out_transport_info_ops_t |
typedef axis2_http_out_transport_info | axis2_http_out_transport_info_t |
Functions | |
AXIS2_EXTERN axis2_http_out_transport_info_t * | axis2_http_out_transport_info_create (const axis2_env_t *env, axis2_http_simple_response_t *response) |
AXIS2_EXTERN axis2_status_t | axis2_http_out_transport_info_free_void_arg (void *transport_info, const axis2_env_t *env) |
|
Value: ((out_transport_info)->ops->set_char_encoding \ (out_transport_info, env, encoding)) |
|
Value: ((out_transport_info)->ops->\ set_content_type (out_transport_info, env, content_type)) |
|
Free http_out_transport_info passed as void pointer. This will be cast into appropriate type and then pass the cast object into the http_out_transport_info structure's free method |