00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017 #ifndef AXIS2_DESCRIPTION_H
00018 #define AXIS2_DESCRIPTION_H
00019
00025 #include <axis2_const.h>
00026 #include <axis2_error.h>
00027 #include <axis2_defines.h>
00028 #include <axis2_env.h>
00029 #include <axis2_allocator.h>
00030 #include <axis2_string.h>
00031 #include <axis2_hash.h>
00032
00033 #ifdef __cplusplus
00034 extern "C"
00035 {
00036 #endif
00037
00045
00046
00050 #define AXIS2_EXECUTION_CHAIN_KEY "EXECUTION_CHAIN_KEY"
00051
00055 #define AXIS2_EXECUTION_OUT_CHAIN_KEY "EXECUTION_OUT_CHAIN_KEY"
00056
00060 #define AXIS2_EXECUTION_FAULT_CHAIN_KEY "EXECUTION_FAULT_CHAIN_KEY"
00061
00065 #define AXIS2_MODULEREF_KEY "MODULEREF_KEY"
00066
00070 #define AXIS2_OP_KEY "OP_KEY"
00071
00075 #define AXIS2_CLASSLOADER_KEY "CLASSLOADER_KEY"
00076
00080 #define AXIS2_CONTEXTPATH_KEY "CONTEXTPATH_KEY"
00081
00085 #define AXIS2_MESSAGE_RECEIVER_KEY "PROVIDER_KEY"
00086
00090 #define AXIS2_STYLE_KEY "STYLE_KEY"
00091
00095 #define AXIS2_PARAMETER_KEY "PARAMETER_KEY"
00096
00100 #define AXIS2_IN_FLOW_KEY "IN_FLOW_KEY"
00101
00105 #define AXIS2_OUT_FLOW_KEY "OUT_FLOW_KEY"
00106
00110 #define AXIS2_IN_FAULTFLOW_KEY "IN_FAULTFLOW_KEY"
00111
00115 #define AXIS2_OUT_FAULTFLOW_KEY "OUT_FAULTFLOW_KEY"
00116
00120 #define AXIS2_PHASES_KEY "PHASES_KEY"
00121
00125 #define AXIS2_SERVICE_CLASS "ServiceClass"
00126
00130 #define AXIS2_SERVICE_CLASS_NAME "SERVICE_CLASS_NAME"
00131
00132
00133
00134
00135
00136 #ifdef __cplusplus
00137 }
00138 #endif
00139
00140 #endif