axis2_http_simple_response_ops Struct Reference
[http simple response]

#include <axis2_http_simple_response.h>

List of all members.

Public Attributes

axis2_status_t(* set_status_line )(struct axis2_http_simple_response *simple_response, const axis2_env_t *env, const axis2_char_t *http_ver, const int status_code, const axis2_char_t *phrase)
axis2_char_t *(* get_phrase )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
int(* get_status_code )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_char_t *(* get_http_version )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_char_t *(* get_status_line )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_bool_t(* contains_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *name)
axis2_array_list_t *(* get_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_http_header_t *(* get_first_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str)
axis2_status_t(* remove_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str)
axis2_status_t(* set_header )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t *header)
axis2_status_t(* set_headers )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t **headers, axis2_ssize_t array_size)
const axis2_char_t *(* get_charset )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_ssize_t(* get_content_length )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
const axis2_char_t *(* get_content_type )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_status_t(* set_body_string )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t *str)
axis2_status_t(* set_body_stream )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_stream_t *stream)
axis2_stream_t *(* get_body )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
axis2_ssize_t(* get_body_bytes )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t **buf)
axis2_status_t(* free )(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)


Detailed Description

HTTP Simple Response ops struct Encapsulator struct for ops of axis2_http_simple_response


Member Data Documentation

axis2_bool_t( * axis2_http_simple_response_ops::contains_header)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *name)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
name pointer to name

axis2_status_t( * axis2_http_simple_response_ops::free)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_stream_t*( * axis2_http_simple_response_ops::get_body)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

axis2_ssize_t( * axis2_http_simple_response_ops::get_body_bytes)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t **buf)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
buf double pointer to buf

const axis2_char_t*( * axis2_http_simple_response_ops::get_charset)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

axis2_ssize_t( * axis2_http_simple_response_ops::get_content_length)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

const axis2_char_t*( * axis2_http_simple_response_ops::get_content_type)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

axis2_http_header_t*( * axis2_http_simple_response_ops::get_first_header)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
str pointer to str

axis2_array_list_t*( * axis2_http_simple_response_ops::get_headers)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

axis2_char_t*( * axis2_http_simple_response_ops::get_http_version)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

axis2_char_t*( * axis2_http_simple_response_ops::get_phrase)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

int( * axis2_http_simple_response_ops::get_status_code)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

axis2_char_t*( * axis2_http_simple_response_ops::get_status_line)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct

axis2_status_t( * axis2_http_simple_response_ops::remove_headers)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, const axis2_char_t *str)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
str pointer to str
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_http_simple_response_ops::set_body_stream)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_stream_t *stream)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
stream pointer to stream
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_http_simple_response_ops::set_body_string)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_char_t *str)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
str pointer to str
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_http_simple_response_ops::set_header)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t *header)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
header pointer to header
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_http_simple_response_ops::set_headers)(axis2_http_simple_response_t *simple_response, const axis2_env_t *env, axis2_http_header_t **headers, axis2_ssize_t array_size)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
headers double pointer to headers
array_size 
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE

axis2_status_t( * axis2_http_simple_response_ops::set_status_line)(struct axis2_http_simple_response *simple_response, const axis2_env_t *env, const axis2_char_t *http_ver, const int status_code, const axis2_char_t *phrase)
 

Parameters:
simple_response pointer to simple response struct
env pointer to environment struct
http_ver pointer to http_ver
status_code pointer to status code
phrase pointer to phrase
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE


The documentation for this struct was generated from the following file:
Generated on Thu Aug 31 17:32:40 2006 for Axis2/C by  doxygen 1.4.6