#include <axis2_transport_sender.h>
Public Attributes | |
axis2_status_t(* | init )(axis2_transport_sender_t *transport_sender, const axutil_env_t *env, struct axis2_conf_ctx *conf_ctx, struct axis2_transport_out_desc *transport_out) |
axis2_status_t(* | invoke )(axis2_transport_sender_t *transport_sender, const axutil_env_t *env, struct axis2_msg_ctx *msg_ctx) |
axis2_status_t(* | cleanup )(axis2_transport_sender_t *transport_sender, const axutil_env_t *env, struct axis2_msg_ctx *msg_ctx) |
void(* | free )(axis2_transport_sender_t *transport_sender, const axutil_env_t *env) |
|
Clean up
|
|
De-allocate memory
|
|
Initialize
|
|
Invoke
|