00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef AXIS2_RAW_XML_IN_OUT_MSG_RECV_H
00018 #define AXIS2_RAW_XML_IN_OUT_MSG_RECV_H
00019
00030 #include <axis2_const.h>
00031 #include <axis2_error.h>
00032 #include <axis2_defines.h>
00033 #include <axis2_env.h>
00034 #include <axis2_allocator.h>
00035 #include <axis2_qname.h>
00036 #include <axis2_msg_recv.h>
00037
00038 #ifdef __cplusplus
00039 extern "C"
00040 {
00041 #endif
00042
00043
00048 AXIS2_EXTERN axis2_msg_recv_t *AXIS2_CALL
00049 axis2_raw_xml_in_out_msg_recv_create(
00050 const axis2_env_t *env);
00051
00054 #ifdef __cplusplus
00055 }
00056 #endif
00057 #endif