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

axis2_http_response_writer_ops Struct Reference

HTTP Response Writer ops struct Encapsulator struct for ops of axis2_http_response_writer. More...

#include <axis2_http_response_writer.h>

List of all members.

Public Attributes

axis2_char_t *(* get_encoding )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env)
axis2_status_t(* close )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env)
axis2_status_t(* flush )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env)
axis2_status_t(* write_char )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env, char c)
axis2_status_t(* write_buf )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env, char *buf, int offset, axis2_ssize_t len)
axis2_status_t(* print_str )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env, const char *str)
axis2_status_t(* print_int )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env, int i)
axis2_status_t(* println_str )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env, const char *str)
axis2_status_t(* println )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env)
axis2_status_t(* free )(axis2_http_response_writer_t *response_writer, const axis2_env_t *env)


Detailed Description

HTTP Response Writer ops struct Encapsulator struct for ops of axis2_http_response_writer.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 16 18:02:41 2006 for Axis2/C by  doxygen 1.4.2