00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef AXIS2_HTTP_TRANSPORT_SENDER_H
00018 #define AXIS2_HTTP_TRANSPORT_SENDER_H
00019
00020
00026 #include <axis2_const.h>
00027 #include <axis2_defines.h>
00028 #include <axis2_env.h>
00029 #include <axis2_msg_ctx.h>
00030 #include <axis2_conf_ctx.h>
00031 #include <axis2_transport_out_desc.h>
00032 #include <axis2_transport_sender.h>
00033
00034 #ifdef __cplusplus
00035 extern "C"
00036 {
00037 #endif
00038
00045 AXIS2_EXTERN axis2_transport_sender_t * AXIS2_CALL
00046 axis2_http_transport_sender_create (const axis2_env_t *env);
00047
00048
00050 #ifdef __cplusplus
00051 }
00052 #endif
00053
00054 #endif