Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axis2_http_out_transport_info.h File Reference

axis2 HTTP Out Transport Info More...

#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_taxis2_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)


Detailed Description

axis2 HTTP Out Transport Info


Define Documentation

#define AXIS2_HTTP_OUT_TRANSPORT_INFO_SET_CHAR_ENCODING out_transport_info,
env,
encoding   ) 
 

Value:

((out_transport_info)->ops->set_char_encoding \
               (out_transport_info, env, encoding))

#define AXIS2_HTTP_OUT_TRANSPORT_INFO_SET_CONTENT_TYPE out_transport_info,
env,
content_type   ) 
 

Value:

((out_transport_info)->ops->\
               set_content_type (out_transport_info, env, content_type))


Function Documentation

AXIS2_EXTERN axis2_status_t axis2_http_out_transport_info_free_void_arg void *  transport_info,
const axis2_env_t env
 

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


Generated on Fri Jun 16 18:02:33 2006 for Axis2/C by  doxygen 1.4.2