#include <axutil_utils_defines.h>
#include <axutil_env.h>
#include <axiom_soap_envelope.h>
#include <axiom_element.h>
#include <sandesha2_msg_ctx.h>
Go to the source code of this file.
Classes | |
struct | sandesha2_msg_processor_ops |
Sandesha2 Msg Processor ops struct Encapsulator struct for ops of sandesha2_msg_processor. More... | |
struct | sandesha2_msg_processor |
sandesha2_msg_processor_ops sandesha2_msg_processor_ops More... | |
typedef struct sandesha2_msg_processor_ops | sandesha2_msg_processor_ops_t |
typedef struct sandesha2_msg_processor | sandesha2_msg_processor_t |
sandesha2_msg_processor_t * | sandesha2_msg_processor_create_msg_processor (const axutil_env_t *env, sandesha2_msg_ctx_t *rm_msg_ctx) |
Application Message Processor Creator struct impl Sandesha2 App Msg Processor Creator. | |
axis2_status_t | sandesha2_msg_processor_free (sandesha2_msg_processor_t *msg_processor, const axutil_env_t *env) |
axis2_status_t | sandesha2_msg_processor_process_in_msg (sandesha2_msg_processor_t *msg_processor, const axutil_env_t *env, sandesha2_msg_ctx_t *rm_msg_ctx) |
axis2_status_t | sandesha2_msg_processor_process_out_msg (sandesha2_msg_processor_t *msg_processor, const axutil_env_t *env, sandesha2_msg_ctx_t *rm_msg_ctx) |