Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

axis2_description.h

00001 /*
00002  * Copyright 2004,2005 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *      http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
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 
00038 /*********************************** Constansts********************************/
00039 
00043 #define AXIS2_EXECUTION_CHAIN_KEY  "EXECUTION_CHAIN_KEY"
00044 
00048 #define AXIS2_EXECUTION_OUT_CHAIN_KEY "EXECUTION_OUT_CHAIN_KEY"
00049 
00053 #define AXIS2_EXECUTION_FAULT_CHAIN_KEY "EXECUTION_FAULT_CHAIN_KEY"
00054 
00058 #define AXIS2_MODULEREF_KEY  "MODULEREF_KEY"
00059 
00063 #define AXIS2_OP_KEY  "OP_KEY"
00064 
00068 #define AXIS2_CLASSLOADER_KEY  "CLASSLOADER_KEY"
00069 
00073 #define AXIS2_CONTEXTPATH_KEY  "CONTEXTPATH_KEY"
00074 
00078 #define AXIS2_MESSAGE_RECEIVER_KEY  "PROVIDER_KEY"
00079 
00083 #define AXIS2_STYLE_KEY  "STYLE_KEY"
00084 
00088 #define AXIS2_PARAMETER_KEY  "PARAMETER_KEY"
00089 
00093 #define AXIS2_INFLOW_KEY  "INFLOW_KEY"
00094 
00098 #define AXIS2_OUTFLOW_KEY  "OUTFLOW_KEY"
00099 
00103 #define AXIS2_IN_FAULTFLOW_KEY  "IN_FAULTFLOW_KEY"
00104 #define AXIS2_OUT_FAULTFLOW_KEY  "OUT_FAULTFLOW_KEY"
00105 
00109 #define AXIS2_PHASES_KEY  "PHASES_KEY"
00110 
00114 #define AXIS2_SERVICE_CLASS  "ServiceClass"
00115 
00119 #define AXIS2_SERVICE_CLASS_NAME "SERVICE_CLASS_NAME"
00120 
00121    
00122 /*********************************** Constants*********************************/   
00123    
00124    
00125 #ifdef __cplusplus
00126 }
00127 #endif
00128 
00129 #endif /* AXIS2_DESCRIPTION_H */

Generated on Fri Jun 16 18:02:30 2006 for Axis2/C by  doxygen 1.4.2