#include <axis2_rest_sender.h>
Public Attributes | |
axis2_status_t(* | send )(axis2_rest_sender_t *sender, const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx, axiom_node_t *out, const axis2_char_t *str_url) |
axis2_status_t(* | set_chunked )(axis2_rest_sender_t *sender, const axis2_env_t *env, axis2_bool_t chunked) |
axis2_status_t(* | set_om_output )(axis2_rest_sender_t *sender, const axis2_env_t *env, axiom_output_t *om_output) |
axis2_status_t(* | set_http_version )(axis2_rest_sender_t *sender, const axis2_env_t *env, axis2_char_t *version) |
axis2_status_t(* | free )(axis2_rest_sender_t *sender, const axis2_env_t *env) |
axis2_status_t( * axis2_rest_sender_ops::free)(axis2_rest_sender_t *sender, const axis2_env_t *env) |
sender | pointer to sender | |
env | pointer to environment struct |
axis2_status_t( * axis2_rest_sender_ops::send)(axis2_rest_sender_t *sender, const axis2_env_t *env, axis2_msg_ctx_t *msg_ctx, axiom_node_t *out, const axis2_char_t *str_url) |
sender | pointer to sender | |
env | pointer to environment struct | |
msg_ctx | pointer to message context | |
out | out | |
str_url | str_url |
axis2_status_t( * axis2_rest_sender_ops::set_chunked)(axis2_rest_sender_t *sender, const axis2_env_t *env, axis2_bool_t chunked) |
sender | pointer to sender | |
env | pointer to environment struct | |
chuncked | chuncked |
axis2_status_t( * axis2_rest_sender_ops::set_http_version)(axis2_rest_sender_t *sender, const axis2_env_t *env, axis2_char_t *version) |
sender | pointer to sender | |
env | pointer to environment struct | |
version | pointer to version |
axis2_status_t( * axis2_rest_sender_ops::set_om_output)(axis2_rest_sender_t *sender, const axis2_env_t *env, axiom_output_t *om_output) |
sender | pointer to sender | |
env | pointer to environment struct | |
om_output | om_output |