00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef AXIS2_DESCRIPTION_H
00020 #define AXIS2_DESCRIPTION_H
00021
00027 #include <axis2_const.h>
00028 #include <axutil_error.h>
00029 #include <axis2_defines.h>
00030 #include <axutil_env.h>
00031 #include <axutil_allocator.h>
00032 #include <axutil_string.h>
00033 #include <axutil_hash.h>
00034
00035 #ifdef __cplusplus
00036 extern "C"
00037 {
00038 #endif
00039
00047
00048
00052 #define AXIS2_EXECUTION_CHAIN_KEY "EXECUTION_CHAIN_KEY"
00053
00057 #define AXIS2_EXECUTION_OUT_CHAIN_KEY "EXECUTION_OUT_CHAIN_KEY"
00058
00062 #define AXIS2_EXECUTION_FAULT_CHAIN_KEY "EXECUTION_FAULT_CHAIN_KEY"
00063
00067 #define AXIS2_MODULEREF_KEY "MODULEREF_KEY"
00068
00072 #define AXIS2_OP_KEY "OP_KEY"
00073
00077 #define AXIS2_CLASSLOADER_KEY "CLASSLOADER_KEY"
00078
00082 #define AXIS2_CONTEXTPATH_KEY "CONTEXTPATH_KEY"
00083
00087 #define AXIS2_MESSAGE_RECEIVER_KEY "PROVIDER_KEY"
00088
00092 #define AXIS2_STYLE_KEY "STYLE_KEY"
00093
00097 #define AXIS2_PARAMETER_KEY "PARAMETER_KEY"
00098
00102 #define AXIS2_IN_FLOW_KEY "IN_FLOW_KEY"
00103
00107 #define AXIS2_OUT_FLOW_KEY "OUT_FLOW_KEY"
00108
00112 #define AXIS2_IN_FAULTFLOW_KEY "IN_FAULTFLOW_KEY"
00113
00117 #define AXIS2_OUT_FAULTFLOW_KEY "OUT_FAULTFLOW_KEY"
00118
00122 #define AXIS2_PHASES_KEY "PHASES_KEY"
00123
00127 #define AXIS2_SERVICE_CLASS "ServiceClass"
00128
00132 #define AXIS2_SERVICE_CLASS_NAME "SERVICE_CLASS_NAME"
00133
00134
00135
00136 #ifdef __cplusplus
00137 }
00138 #endif
00139
00140 #endif