sandesha2_sender.h File Reference

Sandesha Sender Interface. More...

#include <axutil_allocator.h>
#include <axutil_env.h>
#include <axutil_error.h>
#include <axutil_string.h>
#include <axutil_utils.h>
#include <axis2_conf_ctx.h>

Go to the source code of this file.

Typedefs

typedef struct
sandesha2_sender_t 
sandesha2_sender_t

Functions

AXIS2_EXTERN
sandesha2_sender_t * 
sandesha2_sender_create (const axutil_env_t *env)
AXIS2_EXTERN
axis2_status_t 
sandesha2_sender_free_void_arg (void *sender, const axutil_env_t *env)
axis2_status_t sandesha2_sender_free (sandesha2_sender_t *sender, const axutil_env_t *env)
axis2_status_t sandesha2_sender_stop_sender_for_seq (sandesha2_sender_t *sender, const axutil_env_t *env, axis2_char_t *seq_id)
axis2_status_t sandesha2_sender_stop_sending (sandesha2_sender_t *sender, const axutil_env_t *env)
axis2_bool_t sandesha2_sender_is_sender_started (sandesha2_sender_t *sender, const axutil_env_t *env)
axis2_status_t sandesha2_sender_run_for_seq (sandesha2_sender_t *sender, const axutil_env_t *env, axis2_conf_ctx_t *conf_ctx, axis2_char_t *seq_id, const axis2_bool_t persistent)
axis2_status_t sandesha2_sender_run (sandesha2_sender_t *sender, const axutil_env_t *env)


Detailed Description

Sandesha Sender Interface.


Function Documentation

AXIS2_EXTERN axis2_status_t sandesha2_sender_free_void_arg ( void *  sender,
const axutil_env_t *  env 
)

Frees the sender given as a void pointer. This method would cast the void parameter to an sender pointer and then call free method.

Parameters:
sender pointer to sender as a void pointer
env pointer to environment struct
Returns:
AXIS2_SUCCESS on success, else AXIS2_FAILURE


Generated on Mon Oct 1 17:19:05 2007 for Sandesha2/C by  doxygen 1.5.3