http out transport info
[http transport]


Files

file  axis2_http_out_transport_info.h
 axis2 HTTP Out Transport Info

Classes

struct  axis2_http_out_transport_info_ops
struct  axis2_http_out_transport_info

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

Description

Define Documentation

#define AXIS2_HTTP_OUT_TRANSPORT_INFO_FREE out_transport_info,
env   )     ((out_transport_info)->ops->free(out_transport_info, env))
 

Free.

See also:
axis2_http_out_transport_info_ops::free

#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))
Set cahr encoding.
See also:
axis2_http_out_transport_info_ops::set_char_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))
Set content type.
See also:
axis2_http_out_transport_info_ops::set_content_type


Typedef Documentation

typedef struct axis2_http_out_transport_info_ops axis2_http_out_transport_info_ops_t
 

Type name for struct axis2_http_out_transport_info_ops

typedef struct axis2_http_out_transport_info axis2_http_out_transport_info_t
 

Type name for struct axis2_http_out_transport_info


Function Documentation

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
 

Parameters:
env pointer to environment struct
response pointer to response

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

Parameters:
transport_info pointer to transport info
env pointer to environment struct


Generated on Thu Aug 31 17:32:42 2006 for Axis2/C by  doxygen 1.4.6