|
Public Attributes |
axis2_status_t(* | invoke_on_complete )(struct axis2_callback *callback, const axis2_env_t *env, axis2_async_result_t *result) |
axis2_status_t(* | on_complete )(struct axis2_callback *callback, const axis2_env_t *env) |
axis2_status_t(* | report_error )(struct axis2_callback *callback, const axis2_env_t *env, int exception) |
axis2_status_t(* | on_error )(struct axis2_callback *callback, const axis2_env_t *env, int exception) |
axis2_bool_t(* | get_complete )(struct axis2_callback *callback, const axis2_env_t *env) |
axis2_status_t(* | set_complete )(struct axis2_callback *callback, const axis2_env_t *env, axis2_bool_t complete) |
axiom_soap_envelope_t *(* | get_envelope )(struct axis2_callback *callback, const axis2_env_t *env) |
axis2_status_t(* | set_envelope )(struct axis2_callback *callback, const axis2_env_t *env, axiom_soap_envelope_t *envelope) |
int(* | get_error )(struct axis2_callback *callback, const axis2_env_t *env) |
axis2_status_t(* | set_error )(struct axis2_callback *callback, const axis2_env_t *env, int error) |
axis2_status_t(* | set_data )(struct axis2_callback *callback, void *data) |
void *(* | get_data )(struct axis2_callback *callback) |
void(* | set_on_complete )(struct axis2_callback *callback, on_complete_func_ptr f) |
void(* | set_on_error )(struct axis2_callback *callback, on_error_func_ptr f) |
axis2_status_t(* | free )(struct axis2_callback *callback, const axis2_env_t *env) |