00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef SANDESHA2_APP_MSG_PROCESSOR_H
00018 #define SANDESHA2_APP_MSG_PROCESSOR_H
00019
00025 #include <axutil_utils_defines.h>
00026 #include <axutil_env.h>
00027 #include <sandesha2_msg_processor.h>
00028 #include <sandesha2_storage_mgr.h>
00029
00030
00031 #ifdef __cplusplus
00032 extern "C"
00033 {
00034 #endif
00035
00041 AXIS2_EXTERN sandesha2_msg_processor_t* AXIS2_CALL
00042 sandesha2_app_msg_processor_create(
00043 const axutil_env_t *env);
00044
00045 axis2_status_t AXIS2_CALL
00046 sandesha2_app_msg_processor_send_ack_if_reqd(
00047 const axutil_env_t *env,
00048 sandesha2_msg_ctx_t *msg_ctx,
00049 axis2_char_t *msg_str,
00050 sandesha2_storage_mgr_t *mgr);
00052 #ifdef __cplusplus
00053 }
00054 #endif
00055
00056 #endif
00057