00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef AXIS2_DESCRIPTION_H
00019 #define AXIS2_DESCRIPTION_H
00020
00026 #include <axis2_const.h>
00027 #include <axutil_error.h>
00028 #include <axis2_defines.h>
00029 #include <axutil_env.h>
00030 #include <axutil_allocator.h>
00031 #include <axutil_string.h>
00032 #include <axutil_hash.h>
00033
00034 #ifdef __cplusplus
00035 extern "C"
00036 {
00037 #endif
00038
00046
00047
00051 #define AXIS2_EXECUTION_CHAIN_KEY "EXECUTION_CHAIN_KEY"
00052
00056 #define AXIS2_EXECUTION_OUT_CHAIN_KEY "EXECUTION_OUT_CHAIN_KEY"
00057
00061 #define AXIS2_EXECUTION_FAULT_CHAIN_KEY "EXECUTION_FAULT_CHAIN_KEY"
00062
00066 #define AXIS2_MODULEREF_KEY "MODULEREF_KEY"
00067
00071 #define AXIS2_OP_KEY "OP_KEY"
00072
00076 #define AXIS2_CLASSLOADER_KEY "CLASSLOADER_KEY"
00077
00081 #define AXIS2_CONTEXTPATH_KEY "CONTEXTPATH_KEY"
00082
00086 #define AXIS2_MESSAGE_RECEIVER_KEY "PROVIDER_KEY"
00087
00091 #define AXIS2_STYLE_KEY "STYLE_KEY"
00092
00096 #define AXIS2_PARAMETER_KEY "PARAMETER_KEY"
00097
00101 #define AXIS2_IN_FLOW_KEY "IN_FLOW_KEY"
00102
00106 #define AXIS2_OUT_FLOW_KEY "OUT_FLOW_KEY"
00107
00111 #define AXIS2_IN_FAULTFLOW_KEY "IN_FAULTFLOW_KEY"
00112
00116 #define AXIS2_OUT_FAULTFLOW_KEY "OUT_FAULTFLOW_KEY"
00117
00121 #define AXIS2_PHASES_KEY "PHASES_KEY"
00122
00126 #define AXIS2_SERVICE_CLASS "ServiceClass"
00127
00131 #define AXIS2_SERVICE_CLASS_NAME "SERVICE_CLASS_NAME"
00132
00133
00134
00135
00136
00137 #ifdef __cplusplus
00138 }
00139 #endif
00140
00141 #endif